[xoops-cvslog 3564] CVS update: xoops2jp/html/modules/user/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 7月 13日 (木) 19:44:51 JST


Index: xoops2jp/html/modules/user/admin/actions/MailjobDeleteAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/MailjobDeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/MailjobDeleteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/user/admin/actions/MailjobDeleteAction.class.php:1.1.2.1	Thu Apr 27 19:23:38 2006
+++ xoops2jp/html/modules/user/admin/actions/MailjobDeleteAction.class.php	Thu Jul 13 19:44:51 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package user
+ * @version $Id: MailjobDeleteAction.class.php,v 1.1.2.2 2006/07/13 10:44:51 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -9,7 +13,7 @@
 {
 	function _getId()
 	{
-		return isset($_REQUEST['mailjob_id']) ? $_REQUEST['mailjob_id'] : 0;
+		return xoops_getrequest('mailjob_id');
 	}
 
 	function &_getHandler()
@@ -39,7 +43,12 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		redirect_header("./index.php?action=MailjobList", 1, _AD_USER_ERROR_DBUPDATE_FAILED);
+		$controller->executeRedirect("./index.php?action=MailjobList", 1, _AD_USER_ERROR_DBUPDATE_FAILED);
+	}
+
+	function executeViewCancel(&$controller, &$xoopsUser, &$render)
+	{
+		$controller->executeForward("./index.php?action=MailjobList");
 	}
 }
 


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