fixed a couple of bugs in folder manipulation, in particular:
[squirrelmail.git] / src / load_prefs.php
index 8c692813244bd6bd688010b55c5900ccb29cd37a..69c74dec21fe1371999d6b6f6172d2c2c852a4f8 100644 (file)
    if ($use_signature == "")
       $use_signature = false;
 
+   $left_refresh = getPref($data_dir, $username, "left_refresh");
+   if ($left_refresh == "")
+      $left_refresh = false;
+   
    /** Load up the Signature file **/
    if ($use_signature == true) {
       $signature = getSig($data_dir, $username);