Tweaks
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
/// If there are any errors in the standard libraries we want to know!
|
||||
error_reporting(E_ALL); // use 0=none 7=normal 15=all
|
||||
error_reporting(E_ALL);
|
||||
|
||||
/// Connect to the database using adodb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user