Minahito
minah****@users*****
2006年 7月 13日 (木) 19:48:04 JST
Index: xoops2jp/html/modules/user/admin/actions/UserSearchAction.class.php diff -u xoops2jp/html/modules/user/admin/actions/UserSearchAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/UserSearchAction.class.php:1.1.2.2 --- xoops2jp/html/modules/user/admin/actions/UserSearchAction.class.php:1.1.2.1 Tue Apr 11 18:16:26 2006 +++ xoops2jp/html/modules/user/admin/actions/UserSearchAction.class.php Thu Jul 13 19:48:04 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package user + * @version $Id: UserSearchAction.class.php,v 1.1.2.2 2006/07/13 10:48:04 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -21,33 +25,11 @@ return USER_FRAME_VIEW_INPUT; } - function execute(&$controller, &$xoopsUser) - { - $this->mActionForm->fetch(); - $this->mActionForm->validate(); - - if ($this->mActionForm->hasError()) { - return $this->getDefaultView(); - } - - return USER_FRAME_VIEW_SUCCESS; - } - function executeViewInput(&$controller, &$xoopsUser, &$render) { $render->setTemplateName("user_search.html"); $render->setAttribute("actionForm", $this->mActionForm); } - - function executeViewSuccess(&$controller,&$xoopsUser,&$renderSystem) - { - $controller->executeForward("./index.php?action=UserSearchList"); - } - - function executeViewError(&$controller,&$xoopsUser,&$renderSystem) - { - XCube_Utils::redirectHeader("index.php", 1, "*ERROR*"); - } } ?> \ No newline at end of file