phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r635 - trunk/rapport_avance


From: phpcompta-dev
Subject: [Phpcompta-dev] r635 - trunk/rapport_avance
Date: Fri, 20 Dec 2013 16:08:43 +0100 (CET)

Author: danydb
Date: 2013-12-20 16:08:42 +0100 (Fri, 20 Dec 2013)
New Revision: 635

Modified:
   trunk/rapport_avance/ajax_send_mail.php
Log:
Add copy to the sender

Modified: trunk/rapport_avance/ajax_send_mail.php
===================================================================
--- trunk/rapport_avance/ajax_send_mail.php     2013-12-20 14:12:58 UTC (rev 
634)
+++ trunk/rapport_avance/ajax_send_mail.php     2013-12-20 15:08:42 UTC (rev 
635)
@@ -4,7 +4,9 @@
 ob_start();
 $listing=new RAPAV_Listing_Compute();
 $listing->load($lc_id);
-$a_result=$listing->send_mail($p_from,$p_subject,$p_message,$p_attach);
+$tcopy=(isset($copy))?1:0;
+
+$a_result=$listing->send_mail($p_from,$p_subject,$p_message,$p_attach,$tcopy);
 echo HtmlInput::title_box(_('Résultat'),'parameter_send_mail_result');
 echo '<ol>';
 for ($i=0;$i<count($a_result);$i++)



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