From eb74c7bb7b91a33860efc19651afb5976503e5d5 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 14 Apr 2000 03:19:59 +0000 Subject: [PATCH] bugfixes with folder list git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@424 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 -- functions/strings.php | 1 - 2 files changed, 3 deletions(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index dec4e399..58519b78 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -149,7 +149,6 @@ asort($list_sorted); } - echo "


"; /** LSUB array **/ $inbox_subscribed = false; @@ -195,7 +194,6 @@ } } - echo "


"; return sqimap_mailbox_parse ($merged, $dm); } diff --git a/functions/strings.php b/functions/strings.php index ab2cebe6..c9162fa3 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -146,7 +146,6 @@ } else { $box = substr($mailbox, strrpos($mailbox, " ")+1, strlen($mailbox)); } - echo "$box
"; return $box; } -- 2.25.1