[xoops-cvslog 6233] CVS update: xoops2jp/html/modules/legacy/lib/Mailer

Back to archive index

Minahito minah****@users*****
2007年 3月 14日 (水) 15:45:32 JST


Index: xoops2jp/html/modules/legacy/lib/Mailer/Mailer.php
diff -u xoops2jp/html/modules/legacy/lib/Mailer/Mailer.php:1.1.2.3 xoops2jp/html/modules/legacy/lib/Mailer/Mailer.php:1.1.2.3.2.1
--- xoops2jp/html/modules/legacy/lib/Mailer/Mailer.php:1.1.2.3	Sun Dec 10 22:55:47 2006
+++ xoops2jp/html/modules/legacy/lib/Mailer/Mailer.php	Wed Mar 14 15:45:32 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: Mailer.php,v 1.1.2.3 2006/12/10 13:55:47 nobunobu Exp $
+ * @version $Id: Mailer.php,v 1.1.2.3.2.1 2007/03/14 06:45:32 minahito Exp $
  */
 
 /**
@@ -25,7 +25,7 @@
 		$root =& XCube_Root::getSingleton();
 		
 		$handler =& xoops_gethandler('config');
-		$xoopsMailerConfig =& $handler->getConfigByCat(XOOPS_CONF_MAILER);
+		$xoopsMailerConfig =& $handler->getConfigsByCat(XOOPS_CONF_MAILER);
 		$this->reset();
 		
 		if ($xoopsMailerConfig['from'] == '') {


xoops-cvslog メーリングリストの案内
Back to archive index