Explorar o código

Sorry for the bug

philippe_mingo %!s(int64=23) %!d(string=hai) anos
pai
achega
5b17760392
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
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;
         }