Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d927c5b
)
MDL-11137 Unable to locate API error - fix typo on var name - thank dan.
author
piers
<piers>
Thu, 24 Jul 2008 23:53:56 +0000
(23:53 +0000)
committer
piers
<piers>
Thu, 24 Jul 2008 23:53:56 +0000
(23:53 +0000)
mod/scorm/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/scorm/locallib.php
b/mod/scorm/locallib.php
index
f28e28a
..
4bd4c3f
100755
(executable)
--- a/
mod/scorm/locallib.php
+++ b/
mod/scorm/locallib.php
@@
-279,7
+279,7
@@
function scorm_get_tracks($scoid,$userid,$attempt='') {
$usertrack->timemodified = $track->timemodified;
}
}
- ksort($user
data
);
+ ksort($user
track
);
return $usertrack;
} else {
return false;