From: thomppj Date: Sat, 27 Oct 2001 04:09:22 +0000 (+0000) Subject: Just a small fix. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0c6d50f181b8cb37911fb4bc17ad2b6f429f91a9;ds=inline Just a small fix. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1623 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 8060b788..9636d06d 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -547,7 +547,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo '  '; $boxes = sqimap_mailbox_list($imapConnection); for ($i = 0; $i < count($boxes); $i++) { @@ -557,7 +557,7 @@ echo " \n"; } } - echo ' '; + echo ' '; echo " \n"; echo " \n"; echo "  \n";