From a81b65568f97c3fa558b60cc6cc6fc9175451608 Mon Sep 17 00:00:00 2001 From: antipode Date: Fri, 28 Dec 2001 21:43:40 +0000 Subject: [PATCH] missed one unuglyfied if git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1997 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/gettext.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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] == '') { -- 2.25.1