Skip to content

Commit

Permalink
Merge branch 'MDL-27140_m20' of git://github.com/stronk7/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_20_STABLE
  • Loading branch information
Sam Hemelryk committed May 10, 2011
2 parents 2430319 + dde1784 commit 633fcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/weeks/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function callback_weeks_get_section_name($course, $section) {
foreach ($sections as $sec) {
if ($sec->id == $section->id) {
break;
} else if ($sec->visible && $sec->section != 0) {
} else if ($sec->section != 0) {
$weekdate += 604800;
}
}
Expand Down

0 comments on commit 633fcef

Please sign in to comment.