phpcompta-dev
[Top][All Lists]
Advanced

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

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


From: phpcompta-dev
Subject: [Phpcompta-dev] r649 - trunk/invoicing/include
Date: Mon, 6 Jan 2014 01:57:46 +0100 (CET)

Author: danydb
Date: 2014-01-06 01:57:46 +0100 (Mon, 06 Jan 2014)
New Revision: 649

Modified:
   trunk/invoicing/include/invoice_send_mail.inc.php
Log:
fix unknow variable

Modified: trunk/invoicing/include/invoice_send_mail.inc.php
===================================================================
--- trunk/invoicing/include/invoice_send_mail.inc.php   2014-01-06 00:23:12 UTC 
(rev 648)
+++ trunk/invoicing/include/invoice_send_mail.inc.php   2014-01-06 00:57:46 UTC 
(rev 649)
@@ -35,10 +35,10 @@
 $message = HtmlInput::default_value_get('email_message', 'null');
 $copy = HtmlInput::default_value_get('email_copy', 'null');
 $pdf = HtmlInput::default_value_get('pdf', 'null');
-if ($email_from == "null") {
+if ($from == "null") {
     die (_("Désolé mais il faut donner l'email de celui qui envoie"));
 }
-if ($email_subject == "null") {
+if ($subject == "null") {
     die (_("Le sujet est obligatoire"));
 }
 $feedback = array();



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