]> git.mjollnir.org Git - moodle.git/commit
get_course_users now calls get_site_users if the course is a site.
authormoodler <moodler>
Tue, 20 May 2003 09:33:30 +0000 (09:33 +0000)
committermoodler <moodler>
Tue, 20 May 2003 09:33:30 +0000 (09:33 +0000)
commit353d033843a51af951c2f3a56756724289b445db
tree41860dbcbd9447262ccbdf460b3cbfca60d15ab6
parent35d606e6fa53388078f3642fa2391fcc94bf6c60
get_course_users now calls get_site_users if the course is a site.

There is something wrong with this SQL still though ... it mostly works
but I'm still getting wierd behaviour with small numbers of users.

Need some help here ...  for example just look at get_site_users()
on your test site.

It's supposed to return a list of users who are admins, creators,
teachers or students
lib/datalib.php
mod/choice/report.php
mod/choice/view.php