From cd0332fb672906e2382b67e31196d6dbcd544c6f Mon Sep 17 00:00:00 2001 From: ondrass Date: Tue, 13 Nov 2001 13:47:49 +0000 Subject: [PATCH] If you change working things in configuration either use same case or fix it after you change it ("none" != "None" in folder refresh) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1744 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 361e017a..3e2ab9ff 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -143,7 +143,7 @@ /* 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 "\n"; echo "\n"; echo "\n"; -- 2.25.1