소스 검색

[svn r16097] Test for new corporate settings subset

Yannick Warnier 16 년 전
부모
커밋
653794d188
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      main/install/dokeos_main_corp.sql

+ 10 - 0
main/install/dokeos_main_corp.sql

@@ -0,0 +1,10 @@
+INSERT INTO settings_current 
+(variable, subkey, type, category, selected_value, title, comment, scope, subkeytext)
+VALUES
+('search_enabled',NULL,'radio','Tools','false','EnableSearchTitle','EnableSearchComment',NULL,NULL);
+
+INSERT INTO settings_options 
+(variable, value, display_text)
+VALUES
+('search_enabled', 'true', 'Yes'),
+('search_enabled', 'false', 'No');