From be921d7a94bedfc4b913a60531da8f5e807387d5 Mon Sep 17 00:00:00 2001 From: fidian Date: Sat, 17 Nov 2001 19:35:37 +0000 Subject: [PATCH] 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 --- functions/gettext.php | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.25.1