jmunro 23 years ago
parent
commit
d5cc35e349
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/load_prefs.php

+ 3 - 0
src/load_prefs.php

@@ -142,7 +142,10 @@ $reply_citation_style =
 $reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
 $reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
 $reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');
 $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 = getPref($data_dir, $username, 'left_refresh', SMPREF_NONE );
+$left_refresh = strtolower($left_refresh);
+
 $sort = getPref($data_dir, $username, 'sort', 6 );
 $sort = getPref($data_dir, $username, 'sort', 6 );
 
 
 /** Load up the Signature file **/
 /** Load up the Signature file **/