|
@@ -107,6 +107,7 @@ INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_soci
|
|
|
INSERT INTO settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url_changeable) VALUES ('allow_students_to_browse_courses', NULL, 'radio', 'Platform', 'true', 'AllowStudentsToBrowseCoursesTitle', 'AllowStudentsToBrowseCoursesComment', NULL, NULL, 1);
|
|
|
INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_students_to_browse_courses', 'true', 'Yes');
|
|
|
INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_students_to_browse_courses', 'false', 'No');
|
|
@@ -222,3 +223,4 @@ INSERT INTO user_friend_relation_type(id,title)VALUES(5,'Enemy');
|