Skip to content

Commit

Permalink
Merge branch 'MDL-32096-36' of git://github.com/peterRd/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_36_STABLE
  • Loading branch information
David Monllaó committed Feb 12, 2019
2 parents 51e5aeb + 86f1a6b commit 0b79657
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion report/completion/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@
}

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'));
Expand Down
1 change: 0 additions & 1 deletion report/progress/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ function csv_quote($value) {
}
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>
Expand Down

0 comments on commit 0b79657

Please sign in to comment.