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

Back to archive index

NobuNobu nobun****@users*****
2006年 8月 5日 (土) 10:03:57 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.9 xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.10
--- xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.9	Mon Jul 31 19:38:40 2006
+++ xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php	Sat Aug  5 10:03:57 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.9 2006/07/31 10:38:40 minahito Exp $
+ * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.10 2006/08/05 01:03:57 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -62,7 +62,7 @@
 		$this->_processMail($controller);
 		$this->_eventNotifyMail($controller);
 		
-		XCube_DelegateUtils::call('Legacy.Event.ResgistUser.Success')
+		XCube_DelegateUtils::call('Legacy.Event.ResgistUser.Success');
 		
 		return USER_FRAME_VIEW_SUCCESS;
 	}


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