dokeos_main_corp.sql 363 B

12345678910
  1. INSERT INTO settings_current
  2. (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext)
  3. VALUES
  4. ('search_enabled',NULL,'radio','Tools','false','EnableSearchTitle','EnableSearchComment',NULL,NULL);
  5. INSERT INTO settings_options
  6. (variable, value, display_text)
  7. VALUES
  8. ('search_enabled', 'true', 'Yes'),
  9. ('search_enabled', 'false', 'No');