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:
07358d4
)
Slightly more info in error message
author
moodler
<moodler>
Mon, 11 Nov 2002 08:25:05 +0000
(08:25 +0000)
committer
moodler
<moodler>
Mon, 11 Nov 2002 08:25:05 +0000
(08:25 +0000)
course/mod.php
patch
|
blob
|
blame
|
history
diff --git
a/course/mod.php
b/course/mod.php
index
638fa16
..
4c4787e
100644
(file)
--- a/
course/mod.php
+++ b/
course/mod.php
@@
-287,7
+287,7
@@
print_simple_box_end();
} else {
- notice("This module cannot be added to this course yet!", "$CFG->wwwroot/course/view.php?id=$course->id");
+ notice("This module cannot be added to this course yet!
(No file found at: $modform)
", "$CFG->wwwroot/course/view.php?id=$course->id");
}
print_footer($course);