Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bobopinna committed Apr 22, 2005
1 parent 6168173 commit 2c7ecbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/scorm/report.php
Expand Up @@ -80,7 +80,7 @@
} }


foreach ($sco_users as $sco_user) { foreach ($sco_users as $sco_user) {
$user_data = scorm_get_user_track($scorm->id,$sco_user->userid); $user_data = scorm_get_tracks($scorm->id,$sco_user->userid);


$row = array(); $row = array();
$data = current($user_data); $data = current($user_data);
Expand Down

0 comments on commit 2c7ecbe

Please sign in to comment.