Minahito
minah****@users*****
2007年 2月 21日 (水) 15:05:59 JST
Index: xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php diff -u xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.6 xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.6.2.1 --- xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.11.2.6 Fri Dec 8 13:47:20 2006 +++ xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php Wed Feb 21 15:05:59 2007 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.6 2006/12/08 04:47:20 tom_g3x Exp $ + * @version $Id: LegacypageFunctions.class.php,v 1.1.2.11.2.6.2.1 2007/02/21 06:05:59 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -100,8 +100,6 @@ require_once XOOPS_MODULE_PATH . "/user/class/ActionFrame.class.php"; - $root =& XCube_Root::getSingleton(); - $actionName = isset($_REQUEST['action']) ? "UserRegister_confirm" : "UserRegister"; $moduleRunner = new User_ActionFrame(false);