The 2000000 bugfix
[squirrelmail.git] / src / right_main.php
index 07492d1a1d4db104f4939c001f39ca8f37e96f37..3aa7c944bb2bc652affdcb2dcdb231572034dc83 100644 (file)
@@ -108,9 +108,11 @@ if (! isset($use_mailbox_cache)) {
 }
 
 /* There is a problem with registered vars in 4.1 */
+/*
 if( substr( phpversion(), 0, 3 ) == '4.1'  ) {
     $use_mailbox_cache = FALSE;
 }
+*/
 
 if ($use_mailbox_cache && session_is_registered('msgs')) {
     showMessagesForMailbox($imapConnection, $mailbox, $numMessages, $startMessage, $sort, $color, $show_num, $use_mailbox_cache);