From: fidian Date: Sat, 17 Nov 2001 19:35:37 +0000 (+0000) Subject: Wouter Teepe mentioned that I neglected to add these lines earlier X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=be921d7a94bedfc4b913a60531da8f5e807387d5 Wouter Teepe mentioned that I neglected to add these lines earlier git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1772 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/gettext.php b/functions/gettext.php index 7f8c5962..af05df9a 100644 --- a/functions/gettext.php +++ b/functions/gettext.php @@ -38,6 +38,10 @@ $gettext_php_loaded_language = ''; session_register('gettext_php_loaded_language'); } + if (! isset($gettext_php_short_circuit)) { + $gettext_php_short_circuit = false; + session_register('gettext_php_short_circuit'); + } function gettext_php_load_strings() { global $squirrelmail_language, $gettext_php_translateStrings,