|
@@ -869,7 +869,8 @@ VALUES
|
|
|
('activate_email_template', NULL, 'radio', 'Platform', 'false', 'ActivateEmailTemplateTitle', 'ActivateEmailTemplateComment', NULL, NULL, 0),
|
|
|
('enable_iframe_inclusion', NULL, 'radio', 'Editor', 'false', 'EnableIframeInclusionTitle', 'EnableIframeInclusionComment', NULL, NULL, 1),
|
|
|
('show_hot_courses', NULL, 'radio', 'Platform', 'true', 'ShowHotCoursesTitle', 'ShowHotCoursesComment', NULL, NULL, 1),
|
|
|
-('chamilo_database_version', NULL, 'textfield',NULL, '1.9.0.18189','DatabaseVersion','', NULL, NULL, 0);
|
|
|
+('enable_webcam_clip',NULL,'radio','Tools','false','EnableWebCamClipTitle','EnableWebCamClipComment',NULL,NULL, 0),
|
|
|
+('chamilo_database_version', NULL, 'textfield',NULL, '1.9.0.18190','DatabaseVersion','', NULL, NULL, 0);
|
|
|
UNLOCK TABLES;
|
|
|
/*!40000 ALTER TABLE settings_current ENABLE KEYS */;
|
|
|
|
|
@@ -1207,10 +1208,12 @@ VALUES
|
|
|
('platform_unsubscribe_allowed', 'false', 'No'),
|
|
|
('activate_email_template', 'true', 'Yes'),
|
|
|
('activate_email_template', 'false', 'No'),
|
|
|
- ('enable_iframe_inclusion', 'true', 'Yes'),
|
|
|
+('enable_iframe_inclusion', 'true', 'Yes'),
|
|
|
('enable_iframe_inclusion', 'false', 'No'),
|
|
|
('show_hot_courses', 'true', 'Yes'),
|
|
|
-('show_hot_courses', 'false', 'No');
|
|
|
+('show_hot_courses', 'false', 'No'),
|
|
|
+('enable_webcam_clip', 'true', 'Yes'),
|
|
|
+('enable_webcam_clip', 'false', 'No');
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|