Changeset 18242


Ignore:
Timestamp:
2009/07/29 02:07:49 (15 years ago)
Author:
Seasoft
Message:

未使用パラメータの削除

  • LIST_P_HTML
  • LIST_C_HTML
Location:
branches/comu-ver2
Files:
2 edited

Legend:

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

    r18235 r18242  
    459459/** 商品トップ */ 
    460460define('URL_PRODUCTS_TOP', URL_DIR . "products/top.php"); 
    461 /** 商品一覧(HTML出力) */ 
    462 define('LIST_P_HTML', URL_DIR . "products/list-p"); 
    463 /** 商品一覧(HTML出力) */ 
    464 define('LIST_C_HTML', URL_DIR . "products/list.php?mode=search&category_id="); 
    465461/** 商品詳細(HTML出力) */ 
    466462define('DETAIL_P_HTML', URL_DIR . "products/detail.php?product_id="); 
  • branches/comu-ver2/html/install/sql/insert_data.sql

    r18235 r18242  
    10071007INSERT INTO mtb_constants VALUES ('URL_SHOP_MODULE','URL_DIR . "shopping/load_payment_module.php"',249,'モジュール追加用画面'); 
    10081008INSERT INTO mtb_constants VALUES ('URL_PRODUCTS_TOP','URL_DIR . "products/top.php"',250,'商品トップ'); 
    1009 INSERT INTO mtb_constants VALUES ('LIST_P_HTML','URL_DIR . "products/list-p"',251,'商品一覧(HTML出力)'); 
    1010 INSERT INTO mtb_constants VALUES ('LIST_C_HTML','URL_DIR . "products/list.php?mode=search&category_id="',252,'商品一覧(HTML出力)'); 
    10111009INSERT INTO mtb_constants VALUES ('DETAIL_P_HTML','URL_DIR . "products/detail.php?product_id="',253,'商品詳細(HTML出力)'); 
    10121010INSERT INTO mtb_constants VALUES ('MYPAGE_DELIVADDR_URL','URL_DIR . "mypage/delivery.php"',254,'マイページお届け先URL'); 
Note: See TracChangeset for help on using the changeset viewer.