From 5252447e69151b090a4cd75aaa88dd98e77ed6a4 Mon Sep 17 00:00:00 2001 From: fidian Date: Tue, 5 Dec 2000 19:53:38 +0000 Subject: [PATCH] Fixed the startMessage stuff for the Select/Unselect All links git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@862 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index baa59f69..82ec15ea 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -399,9 +399,9 @@ echo "$More\n"; if (!$startMessage) $startMessage=1; if ( $checkall == "1") - echo "\n" . _("Unselect All") . "\n"; + echo "\n" . _("Unselect All") . "\n"; else - echo "\n" . _("Select All") . "\n"; + echo "\n" . _("Select All") . "\n"; echo ""; echo ""; @@ -419,7 +419,7 @@ * $More is a second line that is left aligned */ function mail_message_listing_beginning($imapConnection, $moveURL, - $mailbox = '', $sort = -1, $Message = '', $More = '', $startmessage = 1) + $mailbox = '', $sort = -1, $Message = '', $More = '', $startMessage = 1) { global $color, $index_order, $auto_expunge, $move_to_trash; global $checkall; @@ -436,7 +436,6 @@ echo ""; echo "
"; echo "$More\n"; - if (!$startMessage) $startMessage=1; if ( $checkall == "1") echo "\n" . _("Unselect All") . "\n"; else -- 2.25.1