Minahito
minah****@users*****
2006年 9月 28日 (木) 14:04:21 JST
Index: xoops2jp/html/modules/user/class/PageNavigator.class.php diff -u xoops2jp/html/modules/user/class/PageNavigator.class.php:1.1.2.4 xoops2jp/html/modules/user/class/PageNavigator.class.php:1.1.2.4.2.1 --- xoops2jp/html/modules/user/class/PageNavigator.class.php:1.1.2.4 Thu Apr 27 19:26:21 2006 +++ xoops2jp/html/modules/user/class/PageNavigator.class.php Thu Sep 28 14:04:21 2006 @@ -2,7 +2,7 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/class/XCube_PageNavigator.class.php"; +require_once XOOPS_ROOT_PATH . "/kernel/XCube_PageNavigator.class.php"; class User_PageNavigator extends XCube_PageNavigator { Index: xoops2jp/html/modules/user/class/ActionFrame.class.php diff -u xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.9 xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.9.2.1 --- xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.9 Fri Aug 4 11:12:53 2006 +++ xoops2jp/html/modules/user/class/ActionFrame.class.php Thu Sep 28 14:04:21 2006 @@ -2,8 +2,6 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/class/XCube_ActionStrategy.class.php"; - define ("USER_FRAME_PERFORM_SUCCESS", 1); define ("USER_FRAME_PERFORM_FAIL", 2); define ("USER_FRAME_INIT_SUCCESS", 3); @@ -16,7 +14,7 @@ define ("USER_FRAME_VIEW_PREVIEW", 6); define ("USER_FRAME_VIEW_CANCEL", 7); -class User_ActionFrame extends XCube_ActionStrategy +class User_ActionFrame { var $mActionName = null; var $mAction = null;