Browse Source

fixed the "Select All" bug (bottom string didn't change to "Unselect All"

Luke Ehresman 24 years ago
parent
commit
5b52d21882
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -286,7 +286,7 @@
    function displayMessageArray($imapConnection, $numMessages, $startMessage, &$msgs, $msort, $mailbox, $sort, $color,$show_num) {
       global $folder_prefix, $sent_folder;
       global $imapServerAddress;
-      global $index_order, $real_endMessage, $real_startMessage;
+      global $index_order, $real_endMessage, $real_startMessage, $checkall;
       
       // if cache isn't already set, do it now
       if (!session_is_registered("msgs"))