E_ALL fix
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 3 Nov 2002 14:26:11 +0000 (14:26 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 3 Nov 2002 14:26:11 +0000 (14:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4086 7612ce4b-ef26-0410-bec9-ea0150e637f0

include/load_prefs.php

index b1a8439fa7aaa008354d6a730316e2343fe5340b..410ec472db83a92c8b958c51976e4c12021079f2 100644 (file)
@@ -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);