[pLog-svn] r5434 - plog/branches/lifetype-1.2/class/mail/phpmailer

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed May 23 15:48:01 EDT 2007


Author: jondaley
Date: 2007-05-23 15:48:01 -0400 (Wed, 23 May 2007)
New Revision: 5434

Modified:
   plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php
Log:
sorry, this wasn't needed, and PLOG_CLASS_PATH wasn't defined, so this actually broke things - moving too fast.

Modified: plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php
===================================================================
--- plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php	2007-05-23 17:57:06 UTC (rev 5433)
+++ plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php	2007-05-23 19:48:01 UTC (rev 5434)
@@ -119,9 +119,7 @@
      * is in a different directory than the PHP include path.  
      * @var string
      */
-
-        // need to set PluginDir if we use lt_include()
-    var $PluginDir         = PLOG_CLASS_PATH."class/mail/phpmailer/";
+    var $PluginDir         = "";
 
     /**
      *  Holds PHPMailer version.



More information about the pLog-svn mailing list