Переглянути джерело

changed where a variable is registered in the session so heavy hard drive IO doesn't exist when sorting tons of e-mail headers.

gpadgham 25 роки тому
батько
коміт
3030722d0e
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      functions/mailbox_display.php

+ 2 - 1
functions/mailbox_display.php

@@ -111,7 +111,7 @@
           ** 2 = Name (up)
           ** 3 = Name (dn)
           **/
-
+         session_unregister("msgs");
          if (($sort == 0) || ($sort == 1))
             $msort = array_cleave ($msgs, "TIME_STAMP");
          if (($sort == 2) || ($sort == 3))
@@ -127,6 +127,7 @@
          session_register("msort");
       }
       displayMessageArray($imapConnection, $numMessages, $startMessage, $msgs, $msort, $mailbox, $sort, $color,$show_num);
+     session_register("msgs");
    }
 
    // generic function to convert the msgs array into an HTML table