[xoops-cvslog 3607] CVS update: xoops2jp/html/modules/pm/actions

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 7月 14日 (金) 17:51:13 JST


Index: xoops2jp/html/modules/pm/actions/DeleteAction.class.php
diff -u xoops2jp/html/modules/pm/actions/DeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/pm/actions/DeleteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/pm/actions/DeleteAction.class.php:1.1.2.1	Tue Jul  4 18:47:23 2006
+++ xoops2jp/html/modules/pm/actions/DeleteAction.class.php	Fri Jul 14 17:51:13 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Pm
- * @version $Id: DeleteAction.class.php,v 1.1.2.1 2006/07/04 09:47:23 minahito Exp $
+ * @version $Id: DeleteAction.class.php,v 1.1.2.2 2006/07/14 08:51:13 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -51,12 +51,12 @@
 
 	function executeViewSuccess(&$controller, &$xoopsUser, &$render)
 	{
-		XCube_Utils::redirectHeader("./index.php", 1, _PM_DELETED);
+		$controller->executeRedirect("./index.php", 1, _PM_DELETED);
 	}
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		XCube_Utils::redirectHeader("./index.php", 1, _MD_PM_ERROR_ACCESS);
+		$controller->executeRedirect("./index.php", 1, _MD_PM_ERROR_ACCESS);
 	}
 }
 
Index: xoops2jp/html/modules/pm/actions/PmliteAction.class.php
diff -u xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.1 xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.1	Tue Jul  4 18:47:51 2006
+++ xoops2jp/html/modules/pm/actions/PmliteAction.class.php	Fri Jul 14 17:51:13 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Pm
- * @version $Id: PmliteAction.class.php,v 1.1.2.1 2006/07/04 09:47:51 minahito Exp $
+ * @version $Id: PmliteAction.class.php,v 1.1.2.2 2006/07/14 08:51:13 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -86,7 +86,7 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		XCube_Utils::redirectHeader("pmlite.php", 3, _MD_PM_ERROR_MESSAGE_SEND);
+		$controller->executeRedirect("pmlite.php", 3, _MD_PM_ERROR_MESSAGE_SEND);
 	}
 }
 
Index: xoops2jp/html/modules/pm/actions/ReadAction.class.php
diff -u xoops2jp/html/modules/pm/actions/ReadAction.class.php:1.1.2.1 xoops2jp/html/modules/pm/actions/ReadAction.class.php:1.1.2.2
--- xoops2jp/html/modules/pm/actions/ReadAction.class.php:1.1.2.1	Tue Jul  4 18:48:05 2006
+++ xoops2jp/html/modules/pm/actions/ReadAction.class.php	Fri Jul 14 17:51:13 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Pm
- * @version $Id: ReadAction.class.php,v 1.1.2.1 2006/07/04 09:48:05 minahito Exp $
+ * @version $Id: ReadAction.class.php,v 1.1.2.2 2006/07/14 08:51:13 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -107,7 +107,7 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		XCube_Utils::redirectHeader("./index.php", 1, _MD_PM_ERROR_ACCESS);
+		$controller->executeRedirect("./index.php", 1, _MD_PM_ERROR_ACCESS);
 	}
 
 	function executeViewIndex(&$controller, &$xoopsUser, &$render)


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