mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
small fix
This commit is contained in:
parent
0d645d7cc1
commit
8a6e783ff0
1 changed files with 13 additions and 13 deletions
|
@ -121,7 +121,7 @@
|
||||||
if (!empty($frm->searchtext) and $previoussearch) {
|
if (!empty($frm->searchtext) and $previoussearch) {
|
||||||
$searchusers = get_users(true, $frm->searchtext, true, $existinguserlist, 'firstname ASC, lastname ASC',
|
$searchusers = get_users(true, $frm->searchtext, true, $existinguserlist, 'firstname ASC, lastname ASC',
|
||||||
'', '', 0, 99999, 'id, firstname, lastname, email');
|
'', '', 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
|
/// If no search results then get potential students for this course excluding users already in course
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue