X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fgettext.php;h=4b2cae526e189ed8ba75bcc5b8371698e5f6df8b;hb=d1ae0f1944c1efb7e6b4644686a63a152fb4d32a;hp=75edf2d0ddc53838189b1405e02849e1c26b6593;hpb=99f538bfa29509bdeaca672e1e5092a636266b38;p=squirrelmail.git diff --git a/functions/gettext.php b/functions/gettext.php index 75edf2d0..4b2cae52 100644 --- a/functions/gettext.php +++ b/functions/gettext.php @@ -79,10 +79,11 @@ function gettext_php_load_strings() { $key = ''; $SkipRead = false; while (! feof($file)) { - if (! $SkipRead) + if (! $SkipRead) { $line = trim(fgets($file, 4096)); - else + } else { $SkipRead = false; + } if (ereg('^msgid "(.*)"$', $line, $match)) { if ($match[1] == '') {