Minor - Add comment about slowliness of query

1.10.x
Yannick Warnier 10 years ago
parent ebee072d76
commit faf8cdd574
  1. 3
      main/inc/lib/usermanager.lib.php

@ -2751,7 +2751,8 @@ class UserManager
if ($session_visibility == SESSION_INVISIBLE) {
continue;
}
// This query is horribly slow when more than a few thousand
// users and just a few sessions to which they are subscribed
$id_session = $enreg['id'];
$personal_course_list_sql = "SELECT DISTINCT
course.code code,

Loading…
Cancel
Save