Minahito
minah****@users*****
2006年 10月 15日 (日) 01:36:56 JST
Index: xoops2jp/html/modules/legacy/forms/SearchShowallbyuserForm.class.php diff -u xoops2jp/html/modules/legacy/forms/SearchShowallbyuserForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/forms/SearchShowallbyuserForm.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/forms/SearchShowallbyuserForm.class.php:1.1.2.1 Sat Oct 14 23:55:25 2006 +++ xoops2jp/html/modules/legacy/forms/SearchShowallbyuserForm.class.php Sun Oct 15 01:36:55 2006 @@ -3,9 +3,9 @@ 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"; -require_once XOOPS_MODULE_PATH . "/base/forms/SearchShowallForm.class.php"; +require_once XOOPS_MODULE_PATH . "/legacy/forms/SearchShowallForm.class.php"; class Legacy_SearchShowallbyuserForm extends XCube_ActionForm { @@ -25,11 +25,11 @@ // $this->mFieldProperties['uid'] =& new XCube_FieldProperty($this); $this->mFieldProperties['uid']->setDependsByArray(array('required')); - $this->mFieldProperties['uid']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _MD_BASE_LANG_UID); + $this->mFieldProperties['uid']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _MD_LEGACY_LANG_UID); $this->mFieldProperties['mid'] =& new XCube_FieldProperty($this); $this->mFieldProperties['mid']->setDependsByArray(array('required')); - $this->mFieldProperties['mid']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _MD_BASE_LANG_MID); + $this->mFieldProperties['mid']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _MD_LEGACY_LANG_MID); } function update(&$params)