diff --git a/src/appointment.php b/src/appointment.php index 12fdde6..74316f3 100644 --- a/src/appointment.php +++ b/src/appointment.php @@ -8,6 +8,7 @@ + @@ -20,6 +21,8 @@ include 'database.php'; $pdo = connectDatabase(); + $list = listPatients($pdo); + $calendar_settings = fetchCalendarSettings($pdo, $doctor); ?>