Just another bug...?

Re: Just another bug...?

by Valery Fremaux -
Number of replies: 0
At very start of the function scheduler_has_slots(...) in locallib.php, should be

$userlist = str_replace(',', "','", $userlist);

and not

str_replace(',', "','", $userlist); // does nothing on $userlist.

Fixed and patched.
Thanks.