phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r651 - trunk/invoicing/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r651 - trunk/invoicing/include
Date: Mon, 6 Jan 2014 03:07:49 +0100 (CET)

Author: danydb
Date: 2014-01-06 03:07:49 +0100 (Mon, 06 Jan 2014)
New Revision: 651

Modified:
   trunk/invoicing/include/invoice_send_mail.inc.php
Log:
Fix email

Modified: trunk/invoicing/include/invoice_send_mail.inc.php
===================================================================
--- trunk/invoicing/include/invoice_send_mail.inc.php   2014-01-06 01:12:15 UTC 
(rev 650)
+++ trunk/invoicing/include/invoice_send_mail.inc.php   2014-01-06 02:07:49 UTC 
(rev 651)
@@ -99,9 +99,9 @@
 
         if ($copy != 'null')
         {
-            $to = $dest_mail . ',' . $from;
+            $dest_mail= $dest_mail . ',' . $from;
         }
-        $sendmail->mailto($from);
+        $sendmail->mailto($dest_mail);
         $sendmail->set_subject($subject);
         $sendmail->set_message($message);
         $ofile = new FileToSend($filetosend);



---
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]