From: philippe_mingo Date: Mon, 25 Feb 2002 19:24:19 +0000 (+0000) Subject: Sorry for the bug X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=fd17d63f770d8ff2040948ee21cfe530c239aa0b Sorry for the bug git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2516 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 4231897a..3478025d 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -353,7 +353,7 @@ function showMessagesForMailbox($imapConnection, $mailbox, $num_msgs, $start_msg $msort = array_cleave ($msgs, 'FROM-SORT'); } elseif (($sort == 4) || ($sort == 5)) { $msort = array_cleave ($msgs, 'SUBJECT-SORT'); - } else // ($sort == 6) { + } else { // ($sort == 6) $msort = $msgs; }