remove unneeded load_pref for thread sort, fixes warning with E_ALL
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 9 Apr 2002 14:50:39 +0000 (14:50 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 9 Apr 2002 14:50:39 +0000 (14:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2703 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/load_prefs.php

index e83e711848c7a5b67f25a36d09209ec682d4b84f..9862013887c4157f4bd64ab53a22c4bcf43975b0 100644 (file)
@@ -217,8 +217,7 @@ $sig_first = getPref($data_dir, $username, 'sig_first', 0);
 /* use the internal date of the message for sorting instead of the supplied header date */
 $internal_date_sort = getPref($data_dir, $username, 'internal_date_sort', SMPREF_ON);
 
-/* if thread sorting is enabled/disabled */
-$thread_sort_messages = getPref($data_dir, $username, "thread_$mailbox", 0);
+/* if server sorting is enabled/disabled */
 $sort_by_ref = getPref($data_dir, $username, 'sort_by_ref', 1);
 
 /* Load the javascript settings. */