From ae7c26080b3cdced8fce28eeac6a54c75e52dbec Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Wed, 9 Jan 2002 10:12:43 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2108 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/right_main.php b/src/right_main.php index fd500049..13b596a2 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -104,7 +104,7 @@ if (! isset($use_mailbox_cache)) { } /* There is a problem with registered vars in 4.1 */ -if( substr( phpversion(), 0, 3 ) == '4.1' ) ) { +if( substr( phpversion(), 0, 3 ) == '4.1' ) { $use_mailbox_cache = FALSE; } -- 2.25.1