From d1a5fbd4936f8725fcbed82f7c387955465ee79a Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 27 Mar 2005 06:12:58 +0000 Subject: [PATCH] Just fixing some errors, but these functions should really return some info --- mod/scorm/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/scorm/lib.php b/mod/scorm/lib.php index ea47f9fe2f6de..04c5f332d01dd 100755 --- a/mod/scorm/lib.php +++ b/mod/scorm/lib.php @@ -166,14 +166,14 @@ function scorm_user_outline($course, $user, $mod, $scorm) { /// $return->time = the time they did it /// $return->info = a short text description - return $return; + return true; // TO FIX } function scorm_user_complete($course, $user, $mod, $scorm) { /// Print a detailed representation of what a user has done with /// a given particular instance of this module, for user activity reports. - return true; + return true; // TO FIX } function scorm_print_recent_activity(&$logs, $isteacher=false) {