projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d3762
)
Merged removed notice from stable
author
moodler
<moodler>
Wed, 10 Nov 2004 14:19:40 +0000
(14:19 +0000)
committer
moodler
<moodler>
Wed, 10 Nov 2004 14:19:40 +0000
(14:19 +0000)
mod/scorm/report.php
patch
|
blob
|
history
diff --git
a/mod/scorm/report.php
b/mod/scorm/report.php
index 6f34137ad0bcde5d74fc691296587fc19ffcfef9..c993383da7ab26fd6c09e80c0c3528be839cc1ab 100755
(executable)
--- a/
mod/scorm/report.php
+++ b/
mod/scorm/report.php
@@
-45,6
+45,8
@@
if ($course->category) {
$navigation = "<a href=\"../../course/view.php?id=$course->id\">$course->shortname</a> ->";
+ } else {
+ $navigation = '';
}
$strscorms = get_string("modulenameplural", "scorm");