|
@@ -407,6 +407,8 @@ ALTER TABLE portfolio_category CHANGE title title LONGTEXT NOT NULL;
|
|
|
//$_configuration['session_list_show_count_users'] = false;
|
|
|
// Session admin access to all course content
|
|
|
//$_configuration['session_admins_access_all_content'] = false;
|
|
|
+// Session admin allowed to edit all courses content
|
|
|
+//$_configuration['session_admins_edit_courses_content'] = false;
|
|
|
// Adds roles to the system announcements (requires DB change BT#12476)
|
|
|
//$_configuration['system_announce_extra_roles'] = false;
|
|
|
// Limits the features that a session admin has access to from the main admin panel (removes users import and usergroups)
|