X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fprefs.php;h=1d5fb68fb67cec349c5010213daf20b11082957e;hb=71257f8b1bbf95b87735f654487efbad21b138a0;hp=5ecf530f94476e64b9e831386f583201b8a36184;hpb=cb48c2455cde2cf6ba67944c45decc4eca7df306;p=squirrelmail.git diff --git a/functions/prefs.php b/functions/prefs.php index 5ecf530f..1d5fb68f 100644 --- a/functions/prefs.php +++ b/functions/prefs.php @@ -70,7 +70,7 @@ if (isset($prefs_cache[$string])) return $prefs_cache[$string]; else - return $default; + return $default; }