From 3a621bee646d94c8a4979f6a3a46afb733132173 Mon Sep 17 00:00:00 2001 From: kink Date: Wed, 2 Aug 2006 11:09:16 +0000 Subject: [PATCH] remove crufty code (commented out for >2 y) and the closing '?>' because this is one of the files where it could really cause trouble if there's whitespace after it. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11457 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/download.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/download.php b/src/download.php index a90e97be..1d5acca8 100644 --- a/src/download.php +++ b/src/download.php @@ -57,12 +57,6 @@ if (isset($aMailbox['MSG_HEADERS'][$passed_id]['MESSAGE_OBJECT']) && $aMailbox['MSG_HEADERS'][$passed_id]['MESSAGE_OBJECT'] = $message; } -//$mbx_response = sqimap_mailbox_select($imapConnection, $mailbox); - -//$message = &$messages[$mbx_response['UIDVALIDITY']]["$passed_id"]; -//if (!is_object($message)) { -// $message = sqimap_get_message($imapConnection,$passed_id, $mailbox); -//} $subject = $message->rfc822_header->subject; if ($ent_id) { // replace message with message part, if message part is requested. @@ -169,4 +163,3 @@ if (isset($absolute_dl) && $absolute_dl) { * attachment in case of ERROR reporting = E_ALL and the output is the screen */ mime_print_body_lines ($imapConnection, $passed_id, $ent_id, $encoding); -?> \ No newline at end of file -- 2.25.1