Merge branch 'MDL-27140_master' of git://github.com/stronk7/moodle

This commit is contained in:
Sam Hemelryk 2011-05-10 09:45:40 +08:00
commit a0fcf81265

View File

@ -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;
}
}