Minahito
minah****@users*****
2006年 9月 29日 (金) 17:14:45 JST
Index: xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php diff -u xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php:1.1.2.1.2.1 xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php:1.1.2.1.2.2 --- xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php:1.1.2.1.2.1 Thu Sep 28 14:04:20 2006 +++ xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php Fri Sep 29 17:14:45 2006 @@ -2,7 +2,7 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/kernel/XCube_ActionForm.class.php"; +require_once XOOPS_ROOT_PATH . "/core/XCube_ActionForm.class.php"; require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php"; class Pm_PmDeleteForm extends XCube_ActionForm Index: xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php diff -u xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php:1.1.2.1.2.1 xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php:1.1.2.1.2.2 --- xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php:1.1.2.1.2.1 Thu Sep 28 14:04:20 2006 +++ xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php Fri Sep 29 17:14:45 2006 @@ -2,7 +2,7 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH . "/kernel/XCube_ActionForm.class.php"; +require_once XOOPS_ROOT_PATH . "/core/XCube_ActionForm.class.php"; require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php"; class Pm_DeleteOneForm extends XCube_ActionForm Index: xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php diff -u xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10.2.1 xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10.2.2 --- xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.10.2.1 Thu Sep 28 14:04:20 2006 +++ xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php Fri Sep 29 17:14:45 2006 @@ -2,7 +2,7 @@ if (!defined('XOOPS_ROOT_PATH')) exit(); -require_once XOOPS_ROOT_PATH."/kernel/XCube_ActionForm.class.php"; +require_once XOOPS_ROOT_PATH."/core/XCube_ActionForm.class.php"; /** * This class is generated by makeActionForm tool.