Changeset 17420
- Timestamp:
- 2008/07/11 21:57:49 (15 years ago)
- Location:
- branches/comu-ver2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/mtb_constants_init.php
r17353 r17420 338 338 /** 不正な遷移エラー */ 339 339 define('INVALID_MOVE_ERRORR', 4); 340 /** 商品一覧表示数 */341 define('PRODUCTS_LIST_MAX', 15);342 340 /** メンバー管理ページ表示行数 */ 343 341 define('MEMBER_PMAX', 10); -
branches/comu-ver2/html/install/sql/insert_data.sql
r17375 r17420 945 945 INSERT INTO mtb_constants VALUES ('AUTH_ERROR','3',179,'アクセス権限違反'); 946 946 INSERT INTO mtb_constants VALUES ('INVALID_MOVE_ERRORR','4',180,'不正な遷移エラー'); 947 INSERT INTO mtb_constants VALUES ('PRODUCTS_LIST_MAX','15',181,'商品一覧表示数');948 947 INSERT INTO mtb_constants VALUES ('MEMBER_PMAX','10',182,'メンバー管理ページ表示行数'); 949 948 INSERT INTO mtb_constants VALUES ('SEARCH_PMAX','10',183,'検索ページ表示行数');
Note: See TracChangeset
for help on using the changeset viewer.