Minahito
minah****@users*****
2006年 10月 15日 (日) 01:37:06 JST
Index: xoops2jp/html/modules/legacy/forms/SearchShowallForm.class.php diff -u xoops2jp/html/modules/legacy/forms/SearchShowallForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/forms/SearchShowallForm.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/forms/SearchShowallForm.class.php:1.1.2.1 Sat Oct 14 23:55:25 2006 +++ xoops2jp/html/modules/legacy/forms/SearchShowallForm.class.php Sun Oct 15 01:37:06 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/SearchResultsForm.class.php"; +require_once XOOPS_MODULE_PATH . "/legacy/forms/SearchResultsForm.class.php"; class Legacy_SearchShowallForm extends Legacy_SearchResultsForm { @@ -24,7 +24,7 @@ // $this->mFieldProperties['andor'] =& new XCube_FieldProperty($this); $this->mFieldProperties['andor']->setDependsByArray(array('mask')); - $this->mFieldProperties['andor']->addMessage('required', _MD_BASE_ERROR_MASK, _MD_BASE_LANG_ANDOR); + $this->mFieldProperties['andor']->addMessage('required', _MD_LEGACY_ERROR_MASK, _MD_LEGACY_LANG_ANDOR); $this->mFieldProperties['andor']->addVar('mask', '/^(AND|OR|exact)$/i'); $this->set('start', 0);