diff --git a/src/appointment.php b/src/appointment.php index 349ff1f..94124fa 100644 --- a/src/appointment.php +++ b/src/appointment.php @@ -23,6 +23,7 @@ $pdo = connectDatabase(); $patients = listPatients($pdo); $calendar_settings = fetchCalendarSettings($pdo, $doctor); + $time_ranges = computeTimeRanges($pdo); ?>