diff --git a/main/install/dokeos_main_corp.sql b/main/install/dokeos_main_corp.sql new file mode 100644 index 0000000000..d2b617b922 --- /dev/null +++ b/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'); \ No newline at end of file