Ignore:
Timestamp:
2008/04/25 21:23:53 (16 years ago)
Author:
kishida
Message:

mtb_constantsのtemplate_pathとpackage_pathのランクがかぶっていたので、template_pathのランクを16に変更する

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/html/install/sql/insert_data.sql

    r17208 r17290  
    784784INSERT INTO mtb_constants VALUES ('USER_URL','SITE_URL . USER_DIR',9,'ユーザー作成ページ等'); 
    785785INSERT INTO mtb_constants VALUES ('AUTH_MAGIC','"31eafcbd7a81d7b401a7fdc12bba047c02d1fae6"',10,'認証用 magic'); 
    786 INSERT INTO mtb_constants VALUES ('USER_TEMPLATE_DIR','"templates/"',17,'テンプレートファイル保存先'); 
     786INSERT INTO mtb_constants VALUES ('USER_TEMPLATE_DIR','"templates/"',16,'テンプレートファイル保存先'); 
    787787INSERT INTO mtb_constants VALUES ('USER_PACKAGE_DIR','"packages/"',17,'テンプレートファイル保存先'); 
    788788INSERT INTO mtb_constants VALUES ('USER_TEMPLATE_PATH','USER_PATH . USER_PACKAGE_DIR',18,'テンプレートファイル保存先'); 
Note: See TracChangeset for help on using the changeset viewer.