CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Dave Hall <[EMAIL PROTECTED]>   06/04/03 03:31:39

Modified files:
        inc/phpmailer  : class.phpmailer.php 

Log message:
        add missing methods part 2

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/inc/phpmailer/class.phpmailer.php.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: phpgwapi/inc/phpmailer/class.phpmailer.php
diff -u phpgwapi/inc/phpmailer/class.phpmailer.php:1.2 
phpgwapi/inc/phpmailer/class.phpmailer.php:1.3
--- phpgwapi/inc/phpmailer/class.phpmailer.php:1.2      Mon Apr  3 03:24:48 2006
+++ phpgwapi/inc/phpmailer/class.phpmailer.php  Mon Apr  3 03:31:39 2006
@@ -221,6 +221,8 @@
     var $language        = array();
     var $error_count     = 0;
     var $LE              = "\n";
+    var $sentBody      = '';
+    var $sentHeader    = '';
     /[EMAIL PROTECTED]/
     
     /////////////////////////////////////////////////
@@ -393,7 +395,9 @@
                 $result = false;
                 break;
         }
-
+       //Readded by skwashd
+       $this->sentHeader       = $header;
+       $this->sentBody         = $body;
         return $result;
     }
     


_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to