Minahito
minah****@users*****
2006年 7月 10日 (月) 14:56:35 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/BannerclientDeleteAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/BannerclientDeleteAction.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/actions/BannerclientDeleteAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacyRender/admin/actions/BannerclientDeleteAction.class.php:1.1.2.2 Mon Jul 10 13:50:17 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/BannerclientDeleteAction.class.php Mon Jul 10 14:56:34 2006 @@ -1,7 +1,7 @@ <?php /** * @package legacyRender - * @version $Id: BannerclientDeleteAction.class.php,v 1.1.2.2 2006/07/10 04:50:17 minahito Exp $ + * @version $Id: BannerclientDeleteAction.class.php,v 1.1.2.3 2006/07/10 05:56:34 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -46,6 +46,11 @@ { $controller->executeRedirect("./index.php?action=BannerclientList", 1, _AD_LEGACYRENDER_ERROR_DBUPDATE_FAILED); } + + function executeViewCancel(&$controller, &$xoopsUser, &$render) + { + $controller->executeForward("./index.php?action=BannerclientList"); + } } ?>