diff --git a/hub/calendar.php b/hub/calendar.php index 7ffcac6..de9c3a7 100644 --- a/hub/calendar.php +++ b/hub/calendar.php @@ -115,7 +115,7 @@ $max_episode_number = $max_episode_array[0]; print "\n"; // -------------------------------------------- -// Get the number of shows in the reserve pool. +// Get the number of shows in the Reserve Pool. $query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_queue FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip = '127.0.0.1';"); $response_array = mysqli_fetch_row($query); @@ -123,7 +123,7 @@ $count_reserve_queue = $response_array[0]; print "\n"; // -------------------------------------------- -// Get the number of shows in the reserve pool yet to be processed. +// Get the number of shows in the Reserve Pool yet to be processed. $query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_queue_unprocessed FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip != '127.0.0.1';"); $response_array = mysqli_fetch_row($query); @@ -301,7 +301,7 @@ There are only days to wait un
-request.php?id=9999">Post your show to the reserve pool if you don't care when it will be released. about.html#reserve_queue";">ⓘ +request.php?id=9999">Post your show to the Reserve Pool if you don't care when it will be released. about.html#reserve_queue";">ⓘ