X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fgettext.php;h=2bbf221d46c353ce8b584812c203bd7cf9cea27f;hb=001befaf3f44ad9bc1e381e2600c22794873405a;hp=852f4c346831ef099a935904c2f087451e26314f;hpb=55c10992cd9f162e50a44c5216bc135103e83fc5;p=squirrelmail.git diff --git a/functions/gettext.php b/functions/gettext.php index 852f4c34..2bbf221d 100644 --- a/functions/gettext.php +++ b/functions/gettext.php @@ -1,21 +1,39 @@ $v) { - similar_text($str, $k, &$newPercent); + similar_text($str, $k, $newPercent); if ($newPercent > $oldPercent) { $oldStr = $v; $oldPercent = $newPercent;