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

Back to archive index

NobuNobu nobun****@users*****
2007年 1月 26日 (金) 17:40:38 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.16.2.3 xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.16.2.3.2.1
--- xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php:1.1.2.16.2.3	Fri Nov 10 20:30:01 2006
+++ xoops2jp/html/modules/user/actions/UserRegister_confirmAction.class.php	Fri Jan 26 17:40:38 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.16.2.3 2006/11/10 11:30:01 minahito Exp $
+ * @version $Id: UserRegister_confirmAction.class.php,v 1.1.2.16.2.3.2.1 2007/01/26 08:40:38 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -78,7 +78,7 @@
 	 */
 	function _getRegistForm(&$controller)
 	{
-		$this->mRegistForm =& unserialize($_SESSION['user_register_actionform']);
+		$this->mRegistForm = unserialize($_SESSION['user_register_actionform']);
 		if (!is_object($this->mRegistForm)) {
 			$controller->executeForward('./register.php?action=UserRegister');
 		}


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