Ignore:
Timestamp:
2010/12/25 16:40:25 (15 years ago)
Author:
Seasoft
Message:

#739(del_flg の意味が統一されていない)
#627(ソース整形・ソースコメントの改善)

Location:
branches/version-2_5-dev/html/user_data/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/user_data/plugins/google_analytics/sql/install.sql

    r18370 r19761  
    1 INSERT INTO dtb_bloc (bloc_name, tpl_path, filename, php_path, del_flg) VALUES ('Google Analytics', 'user_data/plugins/google_analytics/tpl/ga.tpl', 'google_analytics', 'user_data/plugins/google_analytics/ga.php', 1); 
     1INSERT INTO dtb_bloc (bloc_name, tpl_path, filename, php_path, deletable_flg) VALUES ('Google Analytics', 'user_data/plugins/google_analytics/tpl/ga.tpl', 'google_analytics', 'user_data/plugins/google_analytics/ga.php', 0); 
  • branches/version-2_5-dev/html/user_data/plugins/recommend/sql/install.sql

    r18371 r19761  
    1 INSERT INTO dtb_bloc (bloc_name, tpl_path, filename, php_path, del_flg) VALUES ('こんな商品も買っています', 'user_data/plugins/recommend/tpl/bloc.tpl', 'recommend', 'user_data/plugins/recommend/bloc.php', 1); 
     1INSERT INTO dtb_bloc (bloc_name, tpl_path, filename, php_path, deletable_flg) VALUES ('こんな商品も買っています', 'user_data/plugins/recommend/tpl/bloc.tpl', 'recommend', 'user_data/plugins/recommend/bloc.php', 0); 
Note: See TracChangeset for help on using the changeset viewer.