[xoops-cvslog 3472] CVS update: xoops2jp/html/modules/legacyRender/admin/actions

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 7月 10日 (月) 16:23:21 JST


Index: xoops2jp/html/modules/legacyRender/admin/actions/BannerDeleteAction.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/actions/BannerDeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/actions/BannerDeleteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/actions/BannerDeleteAction.class.php:1.1.2.1	Mon Apr 24 16:30:10 2006
+++ xoops2jp/html/modules/legacyRender/admin/actions/BannerDeleteAction.class.php	Mon Jul 10 16:23:21 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package legacyRender
+ * @version $Id: BannerDeleteAction.class.php,v 1.1.2.2 2006/07/10 07:23:21 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -39,7 +43,12 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		redirect_header("./index.php?action=BannerList", 1, _AD_LEGACYRENDER_ERROR_DBUPDATE_FAILED);
+		$controller->executeRedirect("./index.php?action=BannerList", 1, _AD_LEGACYRENDER_ERROR_DBUPDATE_FAILED);
+	}
+	
+	function executeViewCancel(&$controller, &$xoopsUser, &$render)
+	{
+		$controller->executeForward("./index.php?action=BannerList");
 	}
 }
 


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る