From: indiri69 Date: Thu, 15 Aug 2002 20:15:49 +0000 (+0000) Subject: Commented out two lines. Not sure what they were suppose to do, but they X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=6cc09430a298641acc07d0e719bf0a7c7b928ea6 Commented out two lines. Not sure what they were suppose to do, but they were causing download problems: Multiple files in one email would all download with the same name, but with the correct contents. This fixes that. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3316 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/download.php b/src/download.php index 1bc5f4e5..8242da6f 100644 --- a/src/download.php +++ b/src/download.php @@ -140,9 +140,10 @@ if (isset($absolute_dl) && $absolute_dl == 'true') { * attachment in case of ERROR reporting = E_ALL and the output is the screen */ mime_print_body_lines ($imapConnection, $passed_id, $passed_ent_id, $encoding); +/* $message = &$message->getEntity(''); $messages[$mbx_response['UIDVALIDITY']]["$passed_id"] = &$message; - +*/ /* * This function is verified to work with Netscape and the *very latest* * version of IE. I don't know if it works with Opera, but it should now.