From: jangliss Date: Sat, 22 Mar 2003 17:48:51 +0000 (+0000) Subject: Lets see if this prefs fix works for now. Will do DB stuff later, or X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=c4f324859fb1df21649807b6e0792453927c8e36 Lets see if this prefs fix works for now. Will do DB stuff later, or maybe look into using references(?) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4666 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/file_prefs.php b/functions/file_prefs.php index ed2face7..86fda622 100644 --- a/functions/file_prefs.php +++ b/functions/file_prefs.php @@ -132,6 +132,7 @@ function savePrefValues($data_dir, $username) { } @unlink($filename . '.tmp'); chmod($filename, 0600); + sqsession_register($prefs_cache , 'prefs_cache'); } /**