From 8fb266133c06744221221b111c66b831b8c5a08c Mon Sep 17 00:00:00 2001 From: kink Date: Sun, 3 Nov 2002 14:26:11 +0000 Subject: [PATCH 1/1] E_ALL fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4086 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/load_prefs.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/load_prefs.php b/include/load_prefs.php index b1a8439f..410ec472 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -160,6 +160,9 @@ $sort = getPref($data_dir, $username, 'sort', 6 ); /** Load up the Signature file **/ $signature_abs = $signature = getSig($data_dir, $username, 'g'); +/* Message Highlighting Rules */ +$message_highlight_list = array(); + /* use new way of storing highlighting rules */ if( $ser = getPref($data_dir, $username, 'hililist') ) { $message_highlight_list = unserialize($ser); -- 2.25.1