Minahito
minah****@users*****
2006年 8月 27日 (日) 12:13:42 JST
Index: xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php diff -u xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.8 xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.9 --- xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.8 Fri Aug 18 14:35:30 2006 +++ xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php Sun Aug 27 12:13:42 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: LegacypageFunctions.class.php,v 1.1.2.8 2006/08/18 05:35:30 minahito Exp $ + * @version $Id: LegacypageFunctions.class.php,v 1.1.2.9 2006/08/27 03:13:42 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -110,6 +110,10 @@ $root->mController->executeForward($url); break; + case "delete": + $root->mController->executeForward(XOOPS_MODULE_URL . "/user/index.php?action=UserDelete"); + break; + case "login": $root->mController->checkLogin(); break;