Initialise a variable

This commit is contained in:
moodler
2005-02-17 05:15:50 +00:00
parent 6f79b69df6
commit 4d2c0e754c
+2
View File
@@ -145,6 +145,8 @@ function scorm_user_outline($course, $user, $mod, $scorm) {
/// $return->time = the time they did it
/// $return->info = a short text description
$return = NULL;
return $return;
}