Changeset 22509 for branches/version-2_12-multilang/data/class/pages/admin/basis/LC_Page_Admin_Basis_Kiyaku.php
- Timestamp:
- 2013/02/06 21:08:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/pages/admin/basis/LC_Page_Admin_Basis_Kiyaku.php
r22503 r22509 241 241 // 編集中のレコード以外に同じ名称が存在する場合 242 242 if ($arrRet[0]['kiyaku_id'] != $post['kiyaku_id'] && $arrRet[0]['kiyaku_title'] == $post['kiyaku_title']) { 243 $arrErr['name'] = t(' LC_Page_Admin_Basis_Kiyaku_004');243 $arrErr['name'] = t('c_* Registration of the same contents already exists.<br>_01'); 244 244 } 245 245 }
Note: See TracChangeset
for help on using the changeset viewer.