Browse Source

Added detail about what to improve in the future for the version.chamilo.org stats collection - refs #5104

Yannick Warnier 12 years ago
parent
commit
14188cb4fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/admin/index.php

+ 2 - 0
main/admin/index.php

@@ -415,6 +415,8 @@ function check_system_version() {
             'version' => $system_version,
             'numberofcourses' => $number_of_courses,
             'numberofusers' => $number_of_users,
+            //The donotlistcampus setting recovery should be improved to make
+            // it true by default - this does not affect numbers counting
             'donotlistcampus' => api_get_setting('donotlistcampus'),
             'organisation' => api_get_setting('Institution'),
             'language' => api_get_setting('platformLanguage'),