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:
56159e9
)
MDL-49121 mod_lesson: Fixed typo in link creation
author
Rajesh Taneja
<rajesh@moodle.com>
Wed, 18 Mar 2015 07:30:24 +0000
(15:30 +0800)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 19 Mar 2015 11:24:50 +0000
(12:24 +0100)
mod/lesson/report.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/lesson/report.php
b/mod/lesson/report.php
index
2ef9fa1
..
08836b5
100644
(file)
--- a/
mod/lesson/report.php
+++ b/
mod/lesson/report.php
@@
-244,7
+244,7
@@
if ($action === 'delete') {
}
$temp .= "<a href=\"report.php?id=$cm->id&action=reportdetail&";
- $temp .= "userid=".$try['userid']."&try=".$try['try']." class=\"lesson-attempt-link\">";
+ $temp .= "userid=".$try['userid']."&try=".$try['try']."
\"
class=\"lesson-attempt-link\">";
if ($try["grade"] !== null) { // If null then not done yet.
// This is what the link does when the user has completed the try.
$timetotake = $try["timeend"] - $try["timestart"];