Added experimental ip check.
[squirrelmail.git] / 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;
 }