mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Issue #30 - Add finished flag to mark the real time that an outage was finished.
This commit is contained in:
@@ -33,6 +33,6 @@ $renderer = outagelib::pagesetup();
|
||||
|
||||
echo $OUTPUT->header();
|
||||
|
||||
$renderer->renderoutagelist(outagedb::get_all_future(), outagedb::get_all_past());
|
||||
$renderer->renderoutagelist(outagedb::get_all_unended(), outagedb::get_all_ended());
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
Reference in New Issue
Block a user