Merging changes from MOODLE_14_STABLE

This commit is contained in:
defacer 2004-08-31 12:31:59 +00:00
parent 6fadba68c5
commit fbf5081c4a

View file

@ -1109,7 +1109,7 @@ function get_recent_enrolments($courseid, $timestart) {
global $CFG;
return get_records_sql("SELECT DISTINCT u.id, u.firstname, u.lastname
return get_records_sql("SELECT DISTINCT u.id, u.firstname, u.lastname, l.time
FROM {$CFG->prefix}user u,
{$CFG->prefix}user_students s,
{$CFG->prefix}log l