Changeset 18848


Ignore:
Timestamp:
2010/10/05 21:54:53 (14 years ago)
Author:
Seasoft
Message:

#628(未使用処理・定義の削除)

  • パラメータ「URL_PRODUCTS_TOP」削除
Location:
branches/version-2_5-dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/mtb_constants_init.php

    r18782 r18848  
    399399/** モジュール追加用画面 */ 
    400400define('URL_SHOP_MODULE', URL_DIR . "shopping/load_payment_module.php"); 
    401 /** 商品トップ */ 
    402 define('URL_PRODUCTS_TOP', URL_DIR . "products/top.php"); 
    403401/** 商品詳細(HTML出力) */ 
    404402define('DETAIL_P_HTML', URL_DIR . "products/detail.php?product_id="); 
  • branches/version-2_5-dev/html/install/sql/insert_data.sql

    r18821 r18848  
    963963INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('URL_SHOP_CONVENIENCE', 'URL_DIR . "shopping/convenience.php"', 248, 'コンビニ決済画面'); 
    964964INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('URL_SHOP_MODULE', 'URL_DIR . "shopping/load_payment_module.php"', 249, 'モジュール追加用画面'); 
    965 INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('URL_PRODUCTS_TOP', 'URL_DIR . "products/top.php"', 250, '商品トップ'); 
    966965INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DETAIL_P_HTML', 'URL_DIR . "products/detail.php?product_id="', 253, '商品詳細(HTML出力)'); 
    967966INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('MYPAGE_DELIVADDR_URL', 'URL_DIR . "mypage/delivery.php"', 254, 'マイページお届け先URL'); 
Note: See TracChangeset for help on using the changeset viewer.