|
|
|
@ -883,7 +883,8 @@ VALUES |
|
|
|
|
('tool_visible_by_default_at_creation','forums','checkbox','Tools','true','ToolVisibleByDefaultAtCreationTitle','ToolVisibleByDefaultAtCreationComment',NULL,'Forums', 1), |
|
|
|
|
('tool_visible_by_default_at_creation','quiz','checkbox','Tools','true','ToolVisibleByDefaultAtCreationTitle','ToolVisibleByDefaultAtCreationComment',NULL,'Quiz', 1), |
|
|
|
|
('tool_visible_by_default_at_creation','gradebook','checkbox','Tools','true','ToolVisibleByDefaultAtCreationTitle','ToolVisibleByDefaultAtCreationComment',NULL,'Gradebook', 1), |
|
|
|
|
('chamilo_database_version', NULL, 'textfield',NULL, '1.10.0.10','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
('prevent_session_admins_to_manage_all_users', NULL, 'radio', 'Session', 'false', 'PreventSessionAdminsToManageAllUsersTitle', 'PreventSessionAdminsToManageAllUsersComment', NULL, NULL, 1), |
|
|
|
|
('chamilo_database_version', NULL, 'textfield',NULL, '1.10.0.11','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
/*!40000 ALTER TABLE settings_current ENABLE KEYS */; |
|
|
|
|
|
|
|
|
@ -1223,7 +1224,9 @@ VALUES |
|
|
|
|
('show_hot_courses', 'true', 'Yes'), |
|
|
|
|
('show_hot_courses', 'false', 'No'), |
|
|
|
|
('enable_webcam_clip', 'true', 'Yes'), |
|
|
|
|
('enable_webcam_clip', 'false', 'No'); |
|
|
|
|
('enable_webcam_clip', 'false', 'No'), |
|
|
|
|
('prevent_session_admins_to_manage_all_users', 'true', 'Yes'), |
|
|
|
|
('prevent_session_admins_to_manage_all_users', 'false', 'No'); |
|
|
|
|
|
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
|
|
|
|
|