From 1eb943d41c8924fb657e9ec41333bd1f12917b6b Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 7 May 2001 14:31:08 +0000 Subject: [PATCH] * $data didn't have the $ git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1337 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 52706792..3b684a9e 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -382,7 +382,7 @@ fputs ($imap_stream, "a010 FETCH $id BODY[$ent_id]\r\n"); $data = sqimap_read_data ($imap_stream, 'a010', true, $response, $message); $topline = array_shift($data); - while (! ereg('\\* [0-9]+ FETCH ', $topline) && data) + while (! ereg('\\* [0-9]+ FETCH ', $topline) && $data) $topline = array_shift($data); $wholemessage = implode('', $data); -- 2.25.1