MDL-32096 core_report: Remove duplicate filters in reports

* Remove duplicate filters from activity completion and course completion report pages
This commit is contained in:
Peter
2019-01-22 13:41:31 +08:00
parent b39f7194a8
commit 5a76a51e3a
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -724,7 +724,6 @@ if ($csv) {
}
print '</table>';
print $pagingbar;
$csvurl = new moodle_url('/report/completion/index.php', array('course' => $course->id, 'format' => 'csv'));
$excelurl = new moodle_url('/report/completion/index.php', array('course' => $course->id, 'format' => 'excelcsv'));
-1
View File
@@ -441,7 +441,6 @@ if ($csv) {
}
print '</tbody></table>';
print '</div>';
print $pagingbar;
print '<ul class="progress-actions"><li><a href="index.php?course='.$course->id.
'&amp;format=csv">'.get_string('csvdownload','completion').'</a></li>