phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5640 - phpcompta/tags/rel671/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r5640 - phpcompta/tags/rel671/include
Date: Mon, 6 Jan 2014 02:28:16 +0100 (CET)

Author: danydb
Date: 2014-01-06 02:28:16 +0100 (Mon, 06 Jan 2014)
New Revision: 5640

Modified:
   phpcompta/tags/rel671/include/class_sendmail.php
Log:
missing eol

Modified: phpcompta/tags/rel671/include/class_sendmail.php
===================================================================
--- phpcompta/tags/rel671/include/class_sendmail.php    2014-01-04 15:34:00 UTC 
(rev 5639)
+++ phpcompta/tags/rel671/include/class_sendmail.php    2014-01-06 01:28:16 UTC 
(rev 5640)
@@ -120,6 +120,7 @@
             $headers .= "Content-Type: " . $file->type . "; name=\"" . 
$file->filename . "\"" . $eol;
             $headers .= "Content-Disposition: attachment; filename=\"" . 
$file->filename . "\"" . $eol;
             $headers .= "Content-Transfer-Encoding: base64" . $eol;
+            $header.=$eol;
             $headers .= $content . $eol . $eol;
         }
         $headers .= "--" . $separator . "--";



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]