[xoops-cvslog 4669] CVS update: xoops2jp/html/modules/pm/forms

Back to archive index

Minahito minah****@users*****
2006年 9月 28日 (木) 14:04:20 JST


Index: xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php
diff -u xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php:1.1.2.1 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	Tue Jul  4 18:49:31 2006
+++ xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php	Thu Sep 28 14:04:20 2006
@@ -2,7 +2,7 @@
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
-require_once XOOPS_ROOT_PATH . "/class/XCube_ActionForm.class.php";
+require_once XOOPS_ROOT_PATH . "/kernel/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 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	Thu Jul 27 18:41:49 2006
+++ xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php	Thu Sep 28 14:04:20 2006
@@ -2,7 +2,7 @@
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
-require_once XOOPS_ROOT_PATH . "/class/XCube_ActionForm.class.php";
+require_once XOOPS_ROOT_PATH . "/kernel/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 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	Sun Sep 10 19:39:14 2006
+++ xoops2jp/html/modules/pm/forms/PmliteEditForm.class.php	Thu Sep 28 14:04:20 2006
@@ -2,7 +2,7 @@
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
-require_once XOOPS_ROOT_PATH."/class/XCube_ActionForm.class.php";
+require_once XOOPS_ROOT_PATH."/kernel/XCube_ActionForm.class.php";
 
 /**
  * This class is generated by makeActionForm tool.


xoops-cvslog メーリングリストの案内
Back to archive index