mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MOODLE_39_STABLE-MDL-71376' of https://github.com/rjnl/moodle into MOODLE_39_STABLE
This commit is contained in:
commit
6d6a39e34d
1 changed files with 2 additions and 2 deletions
|
@ -125,8 +125,8 @@ foreach ($quizzes as $quiz) {
|
|||
$strsection = $quiz->section;
|
||||
$strsection = get_section_name($course, $quiz->section);
|
||||
}
|
||||
if ($currentsection) {
|
||||
$learningtable->data[] = 'hr';
|
||||
if ($currentsection !== "") {
|
||||
$table->data[] = 'hr';
|
||||
}
|
||||
$currentsection = $quiz->section;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue