From 081a01e764c150472c1d7ba12bd8d59940110613 Mon Sep 17 00:00:00 2001 From: oricn Date: Mon, 24 Apr 2000 19:37:53 +0000 Subject: [PATCH] Quick Fix on Trash Folder. echo $line; was AFTER casusing a blank line after the Trash folder listing. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@458 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index 8ec84d57..da6cffad 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -71,9 +71,8 @@ $line .= "    ("._("purge").")"; $line .= "\n"; } - - echo ""; return $line; + echo ""; } // open a connection on the imap port (143) -- 2.25.1