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:
f020795
)
Typo in navmenu
author
moodler
<moodler>
Sun, 10 Nov 2002 07:59:01 +0000
(07:59 +0000)
committer
moodler
<moodler>
Sun, 10 Nov 2002 07:59:01 +0000
(07:59 +0000)
lib/moodlelib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/moodlelib.php
b/lib/moodlelib.php
index
b07cc44
..
bfac149
100644
(file)
--- a/
lib/moodlelib.php
+++ b/
lib/moodlelib.php
@@
-396,7
+396,7
@@
function navmenu($course, $cm) {
global $CFG;
- if ($course->format = 'weeks') {
+ if ($course->format =
=
'weeks') {
$strsection = get_string("week");
} else {
$strsection = get_string("topic");