[xoops-cvslog 4190] CVS update: xoops2jp/html/modules/user/actions

Back to archive index

Minahito minah****@users*****
2006年 8月 18日 (金) 18:05:16 JST


Index: xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.14 xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.15
--- xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.14	Fri Aug 18 14:35:30 2006
+++ xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php	Fri Aug 18 18:05:16 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.14 2006/08/18 05:35:30 minahito Exp $
+ * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.15 2006/08/18 09:05:16 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -109,7 +109,8 @@
 		$director->contruct();
 		$mailer =& $builder->getResult();
 		
-		$mailer->send();	// TODO CHECKS
+		if (!$mailer->send()) {
+		}	// TODO CHECKS and use '_MD_USER_ERROR_YOURREGMAILNG'
 	}
 	
 	function _eventNotifyMail(&$controller)


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