|
|
|
@ -713,6 +713,7 @@ VALUES |
|
|
|
|
('allow_message_tool', NULL, 'radio', 'Tools', 'false', 'AllowMessageToolTitle', 'AllowMessageToolComment', NULL, NULL,0), |
|
|
|
|
('allow_social_tool', NULL, 'radio', 'Tools', 'false', 'AllowSocialToolTitle', 'AllowSocialToolComment', NULL, NULL, 0), |
|
|
|
|
('allow_students_to_browse_courses',NULL,'radio','Platform','true','AllowStudentsToBrowseCoursesTitle','AllowStudentsToBrowseCoursesComment',NULL,NULL, 1), |
|
|
|
|
('show_email_of_teacher_or_tutor', NULL, 'radio', Platform,true,'ShowEmailOfTeacherOrTutorTitle','ShowEmailOfTeacherOrTutorComent',NULL,NULL,0), |
|
|
|
|
('dokeos_database_version', NULL, 'textfield', NULL,'1.8.6.19017','DokeosDatabaseVersion','',NULL,NULL,0); |
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
/*!40000 ALTER TABLE settings_current ENABLE KEYS */; |
|
|
|
@ -873,7 +874,9 @@ VALUES |
|
|
|
|
('allow_social_tool', 'true', 'Yes'), |
|
|
|
|
('allow_social_tool', 'false', 'No'), |
|
|
|
|
('allow_students_to_browse_courses','true','Yes'), |
|
|
|
|
('allow_students_to_browse_courses','false','No'); |
|
|
|
|
('allow_students_to_browse_courses','false','No'), |
|
|
|
|
('show_email_of_teacher_or_tutor ', 'true', 'Yes'), |
|
|
|
|
('show_email_of_teacher_or_tutor ', 'false', 'No'); |
|
|
|
|
|
|
|
|
|
UNLOCK TABLES; |
|
|
|
|
|
|
|
|
|