phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/phpmailer class.phpmailer.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc/phpmailer class.phpmailer.php
Date: Mon, 03 Apr 2006 03:31:39 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Dave Hall <address@hidden>      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    = '';
     /address@hidden/
     
     /////////////////////////////////////////////////
@@ -393,7 +395,9 @@
                 $result = false;
                 break;
         }
-
+       //Readded by skwashd
+       $this->sentHeader       = $header;
+       $this->sentBody         = $body;
         return $result;
     }
     




reply via email to

[Prev in Thread] Current Thread [Next in Thread]