Minahito
minah****@users*****
2006年 10月 15日 (日) 01:05:00 JST
Index: xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php diff -u xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php:1.1.2.1 Sat Oct 14 23:55:21 2006 +++ xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php Sun Oct 15 01:05:00 2006 @@ -30,7 +30,7 @@ // $this->mFieldProperties['com_id'] =& new XCube_FieldProperty($this); $this->mFieldProperties['com_id']->setDependsByArray(array('required')); - $this->mFieldProperties['com_id']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _MD_BASE_LANG_COM_ID); + $this->mFieldProperties['com_id']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _MD_LEGACY_LANG_COM_ID); } function load(&$obj)