Added a counter pref and a fix for the imapid
[squirrelmail.git] / functions / prefs.php
index 5ecf530f94476e64b9e831386f583201b8a36184..1d5fb68fb67cec349c5010213daf20b11082957e 100644 (file)
@@ -70,7 +70,7 @@
       if (isset($prefs_cache[$string]))
           return $prefs_cache[$string];
       else
-        return $default;
+          return $default;
    }