Pārlūkot izejas kodu

Disable dynamic loader by default - will have to be set manually, as described in the changelog, until next major version (requires admin setting)

ywarnier 13 gadi atpakaļ
vecāks
revīzija
daff6b3059
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      user_portal.php

+ 1 - 1
user_portal.php

@@ -91,7 +91,7 @@ define('CONFVAL_dateFormatForInfosFromCourses', get_lang('dateFormatLong'));
 define("CONFVAL_limitPreviewTo", SCRIPTVAL_NewEntriesOfTheDayOfLastLogin);
 
 //$load_dirs = api_get_setting('courses_list_document_dynamic_dropdown');
-$load_dirs = true;
+$load_dirs = false;
 
 
 // This is the main function to get the course list.