little fix
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Dec 2000 08:33:21 +0000 (08:33 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Dec 2000 08:33:21 +0000 (08:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@866 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/download.php

index d124ccb13da151a6d30bda61b7f42ee2960d2e9e..ad291fe6fa43912c0d6e7517dd1c02617cbf2b08 100644 (file)
@@ -27,7 +27,6 @@
    function viewText($color, $body, $id, $entid, $mailbox, $type1, $wrap_at) {
       global $where, $what, $charset;
       global $startMessage;
-
       
       displayPageHeader($color, "None");
 
             break;
          default:
             $body = decodeBody($body, $header->encoding);
-//            header("Pragma: ");
             header("Content-type: $type0/$type1; name=\"$filename\"");
             header("Content-Disposition: attachment; filename=\"$filename\"");
             echo $body;