|
|
|
@ -308,6 +308,7 @@ VALUES |
|
|
|
|
('meta_title', NULL, 'textfield', 'Tracking', '', 'MetaTitleTitle', 'MetaTitleComment', NULL, NULL, 1), |
|
|
|
|
('meta_description', NULL, 'textfield', 'Tracking', '', 'MetaDescriptionTitle', 'MetaDescriptionComment', NULL, NULL, 1), |
|
|
|
|
('meta_image_path', NULL, 'textfield', 'Tracking', '', 'MetaImagePathTitle', 'MetaImagePathComment', NULL, NULL, 1), |
|
|
|
|
('allow_teachers_to_create_sessions', NULL, 'radio', 'Session', 'false', 'AllowTeachersToCreateSessionsTitle', 'AllowTeachersToCreateSessionsComment', NULL, NULL, 0), |
|
|
|
|
('chamilo_database_version', NULL, 'textfield', NULL, '0', 'DatabaseVersion', '', NULL, NULL, 0); |
|
|
|
|
|
|
|
|
|
INSERT INTO settings_options (variable, value, display_text) |
|
|
|
@ -630,8 +631,9 @@ VALUES |
|
|
|
|
('documents_default_visibility_defined_in_course', 'true', 'Yes'), |
|
|
|
|
('documents_default_visibility_defined_in_course', 'false', 'No'), |
|
|
|
|
('enabled_mathjax','true','Yes'), |
|
|
|
|
('enabled_mathjax','false','No'); |
|
|
|
|
|
|
|
|
|
('enabled_mathjax','false','No'), |
|
|
|
|
('allow_teachers_to_create_sessions', 'true', 'Yes'), |
|
|
|
|
('allow_teachers_to_create_sessions', 'false', 'No'); |
|
|
|
|
|
|
|
|
|
INSERT INTO language (original_name, english_name, isocode, dokeos_folder, available) VALUES |
|
|
|
|
('العربية','arabic','ar','arabic',0), |
|
|
|
|