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:
a28c6b4
)
MDL-29745 Fixed white space
author
Sam Hemelryk
<sam@moodle.com>
Tue, 13 Mar 2012 03:36:37 +0000
(16:36 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Tue, 13 Mar 2012 03:36:37 +0000
(16:36 +1300)
mod/scorm/report/graphs/graph.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/scorm/report/graphs/graph.php
b/mod/scorm/report/graphs/graph.php
index
8924f24
..
2891739
100644
(file)
--- a/
mod/scorm/report/graphs/graph.php
+++ b/
mod/scorm/report/graphs/graph.php
@@
-95,7
+95,7
@@
if(!$nostudents) {
$from = 'FROM {scorm_scoes_track} st ';
\r
$where = ' WHERE st.userid ' .$usql. ' and st.scoid = ?';
\r
$attempts = $DB->get_records_sql($select.$from.$where, $params);
-
+
foreach ($attempts as $attempt) {
if ($trackdata = scorm_get_tracks($scoid, $attempt->userid, $attempt->attempt)) {
if (isset($trackdata->$scorekey)) {