From 21fafac8d8556a8575f7f1bc4249cbb99b6bb118 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Thu, 11 Jan 2001 01:23:59 +0000 Subject: [PATCH] fixed the "Select All" bug (bottom string didn't change to "Unselect All" git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@929 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 57d899b9..880c6933 100644 --- a/functions/mailbox_display.php +++ b/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")) -- 2.25.1