|
|
|
|
@ -817,7 +817,8 @@ VALUES |
|
|
|
|
('course_hide_tools','course_maintenance','checkbox','Tools','false','CourseHideToolsTitle','CourseHideToolsComment',NULL,'Maintenance',1), |
|
|
|
|
('course_hide_tools','course_setting','checkbox','Tools','false','CourseHideToolsTitle','CourseHideToolsComment',NULL,'CourseSettings',1), |
|
|
|
|
('enabled_support_pixlr',NULL,'radio','Tools','false','EnabledPixlrTitle','EnabledPixlrComment',NULL,NULL, 0), |
|
|
|
|
('chamilo_database_version',NULL,'textfield',NULL, '1.8.8.13656','DokeosDatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
('show_groups_to_users',NULL,'radio','Platform','true','ShowGroupsToUsersTitle','ShowGroupsToUsersComment',NULL,NULL, 0), |
|
|
|
|
('chamilo_database_version',NULL,'textfield',NULL, '1.8.8.13657','DokeosDatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
@ -1073,7 +1074,9 @@ VALUES |
|
|
|
|
('enabled_text2audio','true','Yes'), |
|
|
|
|
('enabled_text2audio','false','No'), |
|
|
|
|
('enabled_support_pixlr','true','Yes'), |
|
|
|
|
('enabled_support_pixlr','false','No'); |
|
|
|
|
('enabled_support_pixlr','false','No'), |
|
|
|
|
('show_groups_to_users','true','Yes'), |
|
|
|
|
('show_groups_to_users','false','No'); |
|
|
|
|
|
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
|
|
|
|
|
|