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

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:46:49 JST


Index: xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php
diff -u 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.3
--- xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php:1.1.2.1.2.2	Fri Sep 29 17:14:45 2006
+++ xoops2jp/html/modules/pm/forms/DeleteOneForm.class.php	Sun Oct 15 01:46:49 2006
@@ -3,7 +3,7 @@
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
 require_once XOOPS_ROOT_PATH . "/core/XCube_ActionForm.class.php";
-require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/class/Legacy_Validator.class.php";
 
 class Pm_DeleteOneForm extends XCube_ActionForm
 {
Index: xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php
diff -u 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.3
--- xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php:1.1.2.1.2.2	Fri Sep 29 17:14:45 2006
+++ xoops2jp/html/modules/pm/forms/PmDeleteForm.class.php	Sun Oct 15 01:46:49 2006
@@ -3,7 +3,7 @@
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
 require_once XOOPS_ROOT_PATH . "/core/XCube_ActionForm.class.php";
-require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/class/Legacy_Validator.class.php";
 
 class Pm_PmDeleteForm extends XCube_ActionForm
 {


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