Minahito
minah****@users*****
2006年 8月 17日 (木) 18:09:51 JST
Index: xoops2jp/html/modules/pm/actions/DeleteAction.class.php diff -u xoops2jp/html/modules/pm/actions/DeleteAction.class.php:1.1.2.3 xoops2jp/html/modules/pm/actions/DeleteAction.class.php:1.1.2.4 --- xoops2jp/html/modules/pm/actions/DeleteAction.class.php:1.1.2.3 Thu Jul 27 18:39:58 2006 +++ xoops2jp/html/modules/pm/actions/DeleteAction.class.php Thu Aug 17 18:09:51 2006 @@ -1,7 +1,7 @@ <?php /** * @package pm - * @version $Id: DeleteAction.class.php,v 1.1.2.3 2006/07/27 09:39:58 minahito Exp $ + * @version $Id: DeleteAction.class.php,v 1.1.2.4 2006/08/17 09:09:51 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -50,7 +50,7 @@ function executeViewSuccess(&$controller, &$xoopsUser, &$render) { - $controller->executeRedirect("./index.php", 1, _PM_DELETED); + $controller->executeRedirect("./index.php", 1, _MD_PM_MESSAGE_DELETED); } function executeViewError(&$controller, &$xoopsUser, &$render) Index: xoops2jp/html/modules/pm/actions/PmliteAction.class.php diff -u xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.2 xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.3 --- xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.2 Fri Jul 14 17:51:13 2006 +++ xoops2jp/html/modules/pm/actions/PmliteAction.class.php Thu Aug 17 18:09:51 2006 @@ -1,7 +1,7 @@ <?php /** - * @package Pm - * @version $Id: PmliteAction.class.php,v 1.1.2.2 2006/07/14 08:51:13 minahito Exp $ + * @package pm + * @version $Id: PmliteAction.class.php,v 1.1.2.3 2006/08/17 09:09:51 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); Index: xoops2jp/html/modules/pm/actions/DefaultAction.class.php diff -u xoops2jp/html/modules/pm/actions/DefaultAction.class.php:1.1.2.1 xoops2jp/html/modules/pm/actions/DefaultAction.class.php:1.1.2.2 --- xoops2jp/html/modules/pm/actions/DefaultAction.class.php:1.1.2.1 Tue Jul 4 18:46:44 2006 +++ xoops2jp/html/modules/pm/actions/DefaultAction.class.php Thu Aug 17 18:09:51 2006 @@ -1,7 +1,7 @@ <?php /** - * @package Pm - * @version $Id: DefaultAction.class.php,v 1.1.2.1 2006/07/04 09:46:44 minahito Exp $ + * @package pm + * @version $Id: DefaultAction.class.php,v 1.1.2.2 2006/08/17 09:09:51 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit();