Bugfix
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 9 Jan 2002 10:12:43 +0000 (10:12 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 9 Jan 2002 10:12:43 +0000 (10:12 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2108 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index fd500049cadc4f2fef5f3c89f117299ae97bfa90..13b596a2feb84294f12f376ab3b155481e9a8526 100644 (file)
@@ -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;
 }