瀏覽代碼

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

Yannick Warnier 12 年之前
父節點
當前提交
14188cb4fe
共有 1 個文件被更改,包括 2 次插入0 次删除
  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'),