Sorry for the bug
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Feb 2002 19:24:19 +0000 (19:24 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Feb 2002 19:24:19 +0000 (19:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2516 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 4231897a0bfb2a2d7aeeedac91b5a45fd6d112d7..3478025d640362c2c65b1746132603c777705296 100644 (file)
@@ -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;
         }