Cleanup: removed all closing tags in php files.
[fa-stable.git] / reporting / includes / class.mail.inc
index c51e5b6ad3ca3dbef95138013e88b6c9ebced1b6..edda2b5ad781e077ae28816802b8ef00fa8a6512 100644 (file)
@@ -136,9 +136,7 @@ class email
             }
             $this->header .= "\n";
         }
-               $this->header .= "MIME-Version: 1.0\n";
                $this->header .= "Content-Type: multipart/mixed;\n boundary=\"$this->boundary\"\n";
-               $this->header .= "This is a multi-part message in MIME format.\n";
 
         // Attachment hinzufügen
         $max = count($this->attachment);
@@ -166,4 +164,3 @@ class email
         return $ret;
     }
 }
-?>
\ No newline at end of file