From: lbergman Date: Sat, 10 Feb 2001 00:45:31 +0000 (+0000) Subject: fix bug select one highlight item, deletes all X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=c56215689dba4dc9a0778bfaf38eea7368c540fd fix bug select one highlight item, deletes all git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1109 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/prefs.php b/functions/prefs.php index 0a3f47de..e4d86920 100644 --- a/functions/prefs.php +++ b/functions/prefs.php @@ -62,7 +62,7 @@ fwrite($file, "$pref[$i]", 1024); } } - if (isset($htl)) { + if (isset($hlt)) { for ($i=0; $i < count($hlt); $i++) { fwrite($file, "highlight$i=$hlt[$i]"); }