From: thomppj Date: Wed, 6 Dec 2000 08:33:21 +0000 (+0000) Subject: little fix X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ca29b81004eea3cff3f249e95235ba544730a4e7;hp=ab78f7fd21de14eac31e68e1971e568b354c7332 little fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@866 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/download.php b/src/download.php index d124ccb1..ad291fe6 100644 --- a/src/download.php +++ b/src/download.php @@ -27,7 +27,6 @@ function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at) { global $where, $what, $charset; global $startMessage; - displayPageHeader($color, "None"); @@ -143,7 +142,6 @@ break; default: $body = decodeBody($body, $header->encoding); -// header("Pragma: "); header("Content-type: $type0/$type1; name=\"$filename\""); header("Content-Disposition: attachment; filename=\"$filename\""); echo $body;