From c56215689dba4dc9a0778bfaf38eea7368c540fd Mon Sep 17 00:00:00 2001 From: lbergman Date: Sat, 10 Feb 2001 00:45:31 +0000 Subject: [PATCH] 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 --- functions/prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]"); } -- 2.25.1