Minahito
minah****@users*****
2006年 3月 28日 (火) 22:30:48 JST
Index: xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php diff -u xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php:1.1.2.1 xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php:1.1.2.2 --- xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php:1.1.2.1 Wed Nov 2 20:22:46 2005 +++ xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php Tue Mar 28 22:30:48 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_ROOT_PATH."/class/XCube_ActionForm.class.php"; /** Index: xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php diff -u xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.5 xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.6 --- xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php:1.1.2.5 Thu Feb 2 18:06:47 2006 +++ xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php Tue Mar 28 22:30:48 2006 @@ -1,5 +1,7 @@ <?php +if (!defined('XOOPS_ROOT_PATH')) exit(); + require_once XOOPS_ROOT_PATH."/class/XCube_ActionForm.class.php"; /**