From fd17d63f770d8ff2040948ee21cfe530c239aa0b Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 25 Feb 2002 19:24:19 +0000 Subject: [PATCH] Sorry for the bug git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2516 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1