Author: KRavEN
Date: 2010-09-14 14:02:43 +0200 (Tue, 14 Sep 2010)
New Revision: 30906

Modified:
   
plugins/sfZendMailPlugin/trunk/modules/sendemail/lib/BasesendemailActions.class.php
Log:


Modified: 
plugins/sfZendMailPlugin/trunk/modules/sendemail/lib/BasesendemailActions.class.php
===================================================================
--- 
plugins/sfZendMailPlugin/trunk/modules/sendemail/lib/BasesendemailActions.class.php
 2010-09-14 12:02:01 UTC (rev 30905)
+++ 
plugins/sfZendMailPlugin/trunk/modules/sendemail/lib/BasesendemailActions.class.php
 2010-09-14 12:02:43 UTC (rev 30906)
@@ -27,9 +27,7 @@
     $this->forward404Unless($from && $toStr && $subject && $body);
     
     $from = trim(str_replace(array(',', ';'), '', $from));
-    
-    echo $from;
-    
+        
     $mail = new sfZendMail();
     $mail->setFrom($from);
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to