From ea9f92d2df1e94d26a6024ac1b07688824598691 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 22 Jun 2020 02:18:45 +0200 Subject: [PATCH] Restrict calendar setup to the own doctor --- src/calendar_setup_form.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/calendar_setup_form.php b/src/calendar_setup_form.php index dab3349..191f251 100644 --- a/src/calendar_setup_form.php +++ b/src/calendar_setup_form.php @@ -14,8 +14,17 @@ $pdo = connectDatabase(); $doctors = listDoctors($pdo); + closeDatabase($pdo); ?>
+ + +
+