From 3364587e9db3fb33748d36d71863c8143e9ddbce Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 28 May 2002 23:02:02 +0000 Subject: [PATCH] fixed warning git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2893 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/download.php b/src/download.php index 93c9367c..bc8e69b8 100644 --- a/src/download.php +++ b/src/download.php @@ -279,7 +279,7 @@ sqimap_mailbox_select($imapConnection, $mailbox); $extracted = false; if (isset($extract_message) && $extract_message) { $cmd = "FETCH $passed_id BODY[$passed_ent_id]"; - $read = sqimap_run_command ($imapConnection, $cmd, $handle_errors, $response, $message); + $read = sqimap_run_command ($imapConnection, $cmd, true, $response, $message); $cnt = count($read); $body = ''; $length = 0; -- 2.25.1