Changeset 17420


Ignore:
Timestamp:
2008/07/11 21:57:49 (15 years ago)
Author:
Seasoft
Message:

未使用パラメータを削除

Location:
branches/comu-ver2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/mtb_constants_init.php

    r17353 r17420  
    338338/** 不正な遷移エラー */ 
    339339define('INVALID_MOVE_ERRORR', 4); 
    340 /** 商品一覧表示数 */ 
    341 define('PRODUCTS_LIST_MAX', 15); 
    342340/** メンバー管理ページ表示行数 */ 
    343341define('MEMBER_PMAX', 10); 
  • branches/comu-ver2/html/install/sql/insert_data.sql

    r17375 r17420  
    945945INSERT INTO mtb_constants VALUES ('AUTH_ERROR','3',179,'アクセス権限違反'); 
    946946INSERT INTO mtb_constants VALUES ('INVALID_MOVE_ERRORR','4',180,'不正な遷移エラー'); 
    947 INSERT INTO mtb_constants VALUES ('PRODUCTS_LIST_MAX','15',181,'商品一覧表示数'); 
    948947INSERT INTO mtb_constants VALUES ('MEMBER_PMAX','10',182,'メンバー管理ページ表示行数'); 
    949948INSERT INTO mtb_constants VALUES ('SEARCH_PMAX','10',183,'検索ページ表示行数'); 
Note: See TracChangeset for help on using the changeset viewer.