|
|
|
|
@ -865,7 +865,8 @@ VALUES |
|
|
|
|
('allow_skills_tool', NULL, 'radio', 'Platform', 'false', 'AllowSkillsToolTitle', 'AllowSkillsToolComment', NULL, NULL, 1), |
|
|
|
|
('allow_public_certificates', NULL, 'radio', 'Course', 'false', 'AllowPublicCertificatesTitle', 'AllowPublicCertificatesComment', NULL, NULL, 1), |
|
|
|
|
('enable_enable_webcam_clip',NULL,'radio','Tools','false','EnableWebCamClipTitle','EnableWebCamClipComment',NULL,NULL, 0), |
|
|
|
|
('chamilo_database_version',NULL,'textfield',NULL, '1.9.0.18102','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
('platform_unsubscribe_allowed', NULL, 'radio', 'Platform', 'false', 'PlatformUnsubscribeTitle', 'PlatformUnsubscribeComment', NULL, NULL, 1), |
|
|
|
|
('chamilo_database_version',NULL,'textfield',NULL, '1.9.0.18109','DatabaseVersion','', NULL, NULL, 0); |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
('show_tabs', 'custom_tab_1', 'checkbox', 'Platform', 'true', 'ShowTabsTitle', 'ShowTabsComment', NULL, 'TabsCustom1', 1), |
|
|
|
|
@ -1215,7 +1216,9 @@ VALUES |
|
|
|
|
('allow_public_certificates', 'true', 'Yes'), |
|
|
|
|
('allow_public_certificates', 'false', 'No'), |
|
|
|
|
('enable_webcam_clip', 'true', 'Yes'), |
|
|
|
|
('enable_webcam_clip', 'false', 'No'); |
|
|
|
|
('enable_webcam_clip', 'false', 'No'), |
|
|
|
|
('platform_unsubscribe_allowed', 'true', 'Yes'), |
|
|
|
|
('platform_unsubscribe_allowed', 'false', 'No'); |
|
|
|
|
|
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
/* |
|
|
|
|
|