Skip to content

Commit

Permalink
Just fixing some errors, but these functions should really return som…
Browse files Browse the repository at this point in the history
…e info
  • Loading branch information
moodler committed Mar 27, 2005
1 parent a71efae commit d1a5fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/scorm/lib.php
Expand Up @@ -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) {
Expand Down

0 comments on commit d1a5fbd

Please sign in to comment.