Changeset 16492


Ignore:
Timestamp:
2007/10/18 18:27:11 (17 years ago)
Author:
nanasess
Message:

キャンペーン関連修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/sql/insert_data.sql

    r16484 r16492  
    718718INSERT INTO mtb_constants VALUES ('USER_PATH','HTML_PATH . USER_DIR',4,'ユーザファイル保存先'); 
    719719INSERT INTO mtb_constants VALUES ('USER_INC_PATH','USER_PATH . "include/"',5,'ユーザインクルードファイル保存先'); 
    720 INSERT INTO mtb_constants VALUES ('CAMPAIGN_DIR','"cp/"',8,'キャンペーンファイル保存先'); 
    721 INSERT INTO mtb_constants VALUES ('CAMPAIGN_URL','URL_DIR . CAMPAIGN_DIR',9,'キャンペーン関連'); 
    722 INSERT INTO mtb_constants VALUES ('CAMPAIGN_PATH','HTML_PATH . CAMPAIGN_DIR',10,'キャンペーン関連'); 
    723 INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_DIR','"include/campaign/"',11,'キャンペーン関連'); 
    724 INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_PATH','USER_PATH . CAMPAIGN_TEMPLATE_DIR',12,'キャンペーン関連'); 
    725 INSERT INTO mtb_constants VALUES ('CAMPAIGN_BLOC_DIR','"bloc/"',13,'キャンペーン関連'); 
    726 INSERT INTO mtb_constants VALUES ('CAMPAIGN_BLOC_PATH','CAMPAIGN_TEMPLATE_PATH . CAMPAIGN_BLOC_DIR',14,'キャンペーン関連'); 
    727 INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_ACTIVE','"active/"',15,'キャンペーン関連'); 
    728 INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_END','"end/"',16,'キャンペーン関連'); 
    729720INSERT INTO mtb_constants VALUES ('USER_TEMPLATE_DIR','"templates/"',17,'テンプレートファイル保存先'); 
    730721INSERT INTO mtb_constants VALUES ('USER_TEMPLATE_PATH','USER_PATH . USER_TEMPLATE_DIR',18,'テンプレートファイル保存先'); 
     
    997988INSERT INTO mtb_constants VALUES ('BLOC_DIR','"bloc/"', 308,'ブロックファイル保存先'); 
    998989INSERT INTO mtb_constants VALUES ('BLOC_PATH','TEMPLATE_DIR . BLOC_DIR', 309,'ブロックファイル保存先'); 
     990INSERT INTO mtb_constants VALUES ('CAMPAIGN_DIR','"cp/"',310,'キャンペーンファイル保存先'); 
     991INSERT INTO mtb_constants VALUES ('CAMPAIGN_URL','URL_DIR . CAMPAIGN_DIR',311,'キャンペーン関連'); 
     992INSERT INTO mtb_constants VALUES ('CAMPAIGN_PATH','HTML_PATH . CAMPAIGN_DIR',312,'キャンペーン関連'); 
     993INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_DIR','"campaign/"',313,'キャンペーン関連'); 
     994INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_PATH','TEMPLATE_DIR . CAMPAIGN_TEMPLATE_DIR',314,'キャンペーン関連'); 
     995INSERT INTO mtb_constants VALUES ('CAMPAIGN_BLOC_DIR','"bloc/"',315,'キャンペーン関連'); 
     996INSERT INTO mtb_constants VALUES ('CAMPAIGN_BLOC_PATH','CAMPAIGN_TEMPLATE_PATH . CAMPAIGN_BLOC_DIR',316,'キャンペーン関連'); 
     997INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_ACTIVE','"active/"',317,'キャンペーン関連'); 
     998INSERT INTO mtb_constants VALUES ('CAMPAIGN_TEMPLATE_END','"end/"',318,'キャンペーン関連'); 
     999 
    9991000INSERT INTO mtb_constants VALUES ('MOBILE_TEMPLATE_DIR', 'TEMPLATE_DIR . "mobile/"', 400,'SMARTYテンプレート(mobile)'); 
    10001001INSERT INTO mtb_constants VALUES ('MOBILE_COMPILE_DIR', 'COMPILE_DIR . "mobile/"', 401,'SMARTYコンパイル(mobile)'); 
Note: See TracChangeset for help on using the changeset viewer.