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

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 15:43:34 JST


Index: xoops2jp/html/modules/user/actions/UserRegisterAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserRegisterAction.class.php:1.1.2.11 xoops2jp/html/modules/user/actions/UserRegisterAction.class.php:1.1.2.11.2.1
--- xoops2jp/html/modules/user/actions/UserRegisterAction.class.php:1.1.2.11	Sun Sep 24 19:38:02 2006
+++ xoops2jp/html/modules/user/actions/UserRegisterAction.class.php	Sun Oct 15 15:43:34 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserRegisterAction.class.php,v 1.1.2.11 2006/09/24 10:38:02 minahito Exp $
+ * @version $Id: UserRegisterAction.class.php,v 1.1.2.11.2.1 2006/10/15 06:43:34 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -66,6 +66,9 @@
 		}
 		
 		$this->mActionForm->prepare();
+		
+		$root =& XCube_Root::getSingleton();
+		$this->mActionForm->set('timezone_offset', $root->mContext->getXoopsConfig('default_TZ'));
 	}
 
 	function executeViewInput(&$controller,&$xoopsUser,&$renderSystem)


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