Skip to content

Commit

Permalink
Add missing setting 'session_course_ordering' in configuration.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 14, 2015
1 parent fc3db0b commit b40c634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/install/configuration.dist.php
Expand Up @@ -286,3 +286,7 @@
//$_configuration['dropbox_hide_course_coach'] = false;
// If SSO is used, the redirection to the master server is forced.
//$_configuration['force_sso_redirect'] = false;
// Session course ordering in the the session view.
// false = alphabetic order (default)
// true = based in the session course list
//$_configuration['session_course_ordering'] = false;

0 comments on commit b40c634

Please sign in to comment.