From 25a491deb1e6eb9770f572292e43ed35f8c83478 Mon Sep 17 00:00:00 2001 From: Andrej Vitez Date: Mon, 2 Jan 2023 23:43:50 +0100 Subject: [PATCH] Add time component to slot hideuntil setting --- slotforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slotforms.php b/slotforms.php index 4f8d8ad5..0e6f8678 100644 --- a/slotforms.php +++ b/slotforms.php @@ -229,7 +229,7 @@ protected function definition() { $this->add_base_fields(); // Display slot from this date. - $mform->addElement('date_selector', 'hideuntil', get_string('displayfrom', 'scheduler')); + $mform->addElement('date_time_selector', 'hideuntil', get_string('displayfrom', 'scheduler')); $mform->setDefault('hideuntil', time()); // Send e-mail reminder?