small fix

This commit is contained in:
gustav_delius 2005-02-13 21:43:43 +00:00
parent 0d645d7cc1
commit 8a6e783ff0

View file

@ -121,7 +121,7 @@
if (!empty($frm->searchtext) and $previoussearch) {
$searchusers = get_users(true, $frm->searchtext, true, $existinguserlist, 'firstname ASC, lastname ASC',
'', '', 0, 99999, 'id, firstname, lastname, email');
$usercount = get_users(false, '', true, $studentlist);
$usercount = get_users(false, '', true, $existinguserlist);
}
/// If no search results then get potential students for this course excluding users already in course