[pLog-svn] r5044 - plog/branches/lifetype-1.2/class/mail/phpmailer
reto at devel.lifetype.net
reto at devel.lifetype.net
Sat Mar 10 19:22:46 EST 2007
Author: reto
Date: 2007-03-10 19:22:45 -0500 (Sat, 10 Mar 2007)
New Revision: 5044
Modified:
plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php
Log:
we need include_once here.
Modified: plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php
===================================================================
--- plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php 2007-03-11 00:21:11 UTC (rev 5043)
+++ plog/branches/lifetype-1.2/class/mail/phpmailer/class.phpmailer.php 2007-03-11 00:22:45 UTC (rev 5044)
@@ -457,7 +457,7 @@
* @return bool
*/
function SmtpSend($header, $body) {
- lt_include($this->PluginDir . "class.smtp.php");
+ include_once($this->PluginDir . "class.smtp.php");
$error = "";
$bad_rcpt = array();
@@ -1496,4 +1496,4 @@
}
}
-?>
\ No newline at end of file
+?>
More information about the pLog-svn
mailing list