[xoops-cvslog 3805] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:30:22 JST


Index: xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.8 xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.9
--- xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php:1.1.2.8	Mon Jul 31 19:22:42 2006
+++ xoops2jp/html/modules/base/admin/actions/CommentDeleteAction.class.php	Tue Aug  1 19:30:22 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: CommentDeleteAction.class.php,v 1.1.2.8 2006/07/31 10:22:42 minahito Exp $
+ * @version $Id: CommentDeleteAction.class.php,v 1.1.2.9 2006/08/01 10:30:22 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -69,6 +69,11 @@
 		$controller->executeRedirect("./index.php?action=CommentList", 1, _AD_BASE_ERROR_DBUPDATE_FAILED);
 	}
 	
+	function executeViewCancel(&$controller, &$xoopsUser, &$render)
+	{
+		$controller->executeForward("./index.php?action=CommentList");
+	}
+
 	function doDelete($comment)
 	{
 		//


xoops-cvslog メーリングリストの案内
Back to archive index