fix for bug #529576
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 13 Mar 2002 23:49:33 +0000 (23:49 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 13 Mar 2002 23:49:33 +0000 (23:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2578 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/load_prefs.php

index ad782d4982fff6d703efd0d2d3669a3587ce47b1..eedc53b7fabb6e8798b42ef2ed5350350dc6ed71 100644 (file)
@@ -142,7 +142,10 @@ $reply_citation_style =
 $reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
 $reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');
 
+/* left refresh rate, strtolower makes 1.0.6 prefs compatible */
 $left_refresh = getPref($data_dir, $username, 'left_refresh', SMPREF_NONE );
+$left_refresh = strtolower($left_refresh);
+
 $sort = getPref($data_dir, $username, 'sort', 6 );
 
 /** Load up the Signature file **/