From: lkehresman Date: Wed, 17 Jan 2001 03:40:55 +0000 (+0000) Subject: fixed select all bug with spaces in folder name X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4d3340452eeb478536001bba8bbd058fadc44f36;hp=0ae64f08f1abfaf780f8dbad16223d2f0f28b313 fixed select all bug with spaces in folder name git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@951 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 7b71f9ed..f287d18c 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -400,9 +400,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 ""; @@ -438,9 +438,9 @@ echo "
"; echo "$More\n"; 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 "";