mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Tweaks
This commit is contained in:
parent
f747744495
commit
346b1a2483
2 changed files with 2 additions and 2 deletions
|
@ -404,7 +404,7 @@ function isstudent($courseid, $userid=0) {
|
|||
global $USER;
|
||||
|
||||
if (!$userid) {
|
||||
return $USER->student[$courseid];
|
||||
return !empty($USER->student[$courseid]);
|
||||
}
|
||||
|
||||
// $timenow = time(); // todo: add time check below
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue