From ef22bc847d92fd57c8c1d0b775da79aa2668fe04 Mon Sep 17 00:00:00 2001 From: brong Date: Tue, 15 Jan 2002 11:22:35 +0000 Subject: [PATCH] Of course there was an extra space in the code here too.. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2135 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index b165bd28..263d55fc 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -376,7 +376,7 @@ function mime_fetch_body ($imap_stream, $id, $ent_id ) { // that it is the first one. That is usually the case anyway. if (!$ent_id) $ent_id = 1; - $data = sqimap_run_command ($imap_stream, " FETCH $id BODY[$ent_id]", true, $response, $message); + $data = sqimap_run_command ($imap_stream, "FETCH $id BODY[$ent_id]", true, $response, $message); $topline = array_shift($data); while (! ereg('\\* [0-9]+ FETCH ', $topline) && $data) $topline = array_shift($data); -- 2.25.1