* More minor changes
[squirrelmail.git] / src / download.php
index 5cf6fb839977022d1536aace664966848ff5a508..b9976a8d9113bee5a803aa10175a1328ce8d2389 100644 (file)
    if (isset($absolute_dl) && $absolute_dl == "true") {
       switch($type0) {
          case "text":
-            set_up_language(getPref($data_dir, $username, "language"));
            DumpHeaders($type0, $type1, $filename, 1);
             $body = mime_fetch_body($imapConnection, $passed_id, $passed_ent_id);
             $body = decodeBody($body, $header->encoding);