If you change working things in configuration either use same case or fix it after...
authorondrass <ondrass@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2001 13:47:49 +0000 (13:47 +0000)
committerondrass <ondrass@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2001 13:47:49 +0000 (13:47 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1744 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 361e017a651bea07c67b901e0a4d91853c2789ec..3e2ab9ff3954e5899f1a0716729adbb52530a776 100644 (file)
    /* END OF FUNCTION - BACK TO MAIN */
    /**********************************/
 
-    if (isset($left_refresh) && ($left_refresh != 'None') && ($left_refresh != '')) {
+    if (isset($left_refresh) && ($left_refresh != 'none') && ($left_refresh != '')) {
         echo "<META HTTP-EQUIV=\"Expires\" CONTENT=\"Thu, 01 Dec 1994 16:00:00 GMT\">\n";
         echo "<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">\n"; 
         echo "<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"$left_refresh;URL=left_main.php\">\n";