mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
Merge branch 'MDL-27140_master' of git://github.com/stronk7/moodle
This commit is contained in:
commit
a0fcf81265
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user