From d81df935778a592f2cce2b3f1b36be0f109bca6f Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Mon, 1 Jan 2024 16:26:18 +0100 Subject: [PATCH] Use the {hubBaseurl} variable for this --- hub/calendar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/calendar.php b/hub/calendar.php index aa8a2ad..62eb0d5 100644 --- a/hub/calendar.php +++ b/hub/calendar.php @@ -301,7 +301,7 @@ for ( $slot = $current_episode_number; $slot < ( $current_episode_number + 60 ); $sizeof_show_array--; } elseif ( empty( $show_array[$slot] ) ) { - echo "${this_episode_date}: hpr${slot} is available - upload now.
\n"; + echo "${this_episode_date}: hpr${slot} is available - upload now.
\n"; } elseif ( $show_array[$slot]["valid"] == 0 ) { echo "${this_episode_date}: hpr${slot} Unavailable.
\n"; @@ -337,7 +337,7 @@ while ( $slot <= $max_episode_number) {

Pick other dates

-If you wish to pick an available slot in the next 12 months then go directly to the request page. +If you wish to pick an available slot in the next 12 months then go directly to the request.php">request page.