Minahito
minah****@users*****
2006年 3月 28日 (火) 22:30:49 JST
Index: xoops2jp/html/modules/pm/actions/PmPmliteAction.class.php diff -u xoops2jp/html/modules/pm/actions/PmPmliteAction.class.php:1.1.2.5 xoops2jp/html/modules/pm/actions/PmPmliteAction.class.php:1.1.2.6 --- xoops2jp/html/modules/pm/actions/PmPmliteAction.class.php:1.1.2.5 Tue Jan 17 16:00:08 2006 +++ xoops2jp/html/modules/pm/actions/PmPmliteAction.class.php Tue Mar 28 22:30:49 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_MODULE_PATH."/pm/forms/PmliteEditForm.class.php"; require_once XOOPS_MODULE_PATH."/pm/kernel/PrivateMessage.class.php"; // Wmm.. Index: xoops2jp/html/modules/pm/actions/PmDefaultAction.class.php diff -u xoops2jp/html/modules/pm/actions/PmDefaultAction.class.php:1.1.2.4 xoops2jp/html/modules/pm/actions/PmDefaultAction.class.php:1.1.2.5 --- xoops2jp/html/modules/pm/actions/PmDefaultAction.class.php:1.1.2.4 Tue Jan 17 16:00:08 2006 +++ xoops2jp/html/modules/pm/actions/PmDefaultAction.class.php Tue Mar 28 22:30:49 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_ROOT_PATH."/class/XCube_PageNavigator.class.php"; require_once XOOPS_MODULE_PATH."/pm/forms/DeletePmsgForm.class.php"; Index: xoops2jp/html/modules/pm/actions/PmReadAction.class.php diff -u xoops2jp/html/modules/pm/actions/PmReadAction.class.php:1.1.2.3 xoops2jp/html/modules/pm/actions/PmReadAction.class.php:1.1.2.4 --- xoops2jp/html/modules/pm/actions/PmReadAction.class.php:1.1.2.3 Tue Jan 17 16:00:08 2006 +++ xoops2jp/html/modules/pm/actions/PmReadAction.class.php Tue Mar 28 22:30:49 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_MODULE_PATH."/pm/forms/DeletePmsgForm.class.php"; class PmReadAction extends PmAction Index: xoops2jp/html/modules/pm/actions/PmDeleteAction.class.php diff -u xoops2jp/html/modules/pm/actions/PmDeleteAction.class.php:1.1.2.2 xoops2jp/html/modules/pm/actions/PmDeleteAction.class.php:1.1.2.3 --- xoops2jp/html/modules/pm/actions/PmDeleteAction.class.php:1.1.2.2 Tue Jan 17 16:00:08 2006 +++ xoops2jp/html/modules/pm/actions/PmDeleteAction.class.php Tue Mar 28 22:30:49 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_MODULE_PATH."/pm/forms/DeletePmsgForm.class.php"; class PmDeleteAction extends PmAction