From fab7fa52d54a617b2083cd709126dcb5d8a34492 Mon Sep 17 00:00:00 2001
From: Ken Fallon
Date: Wed, 27 May 2026 17:44:34 +0200
Subject: [PATCH] renamed reserve queue to reserve pool
---
hub/calendar.php | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
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
- Review the updated ">Stuff you need to know page.
-- Select a date, or post to the reserve pool.
+- Select a date, or post to the Reserve Pool.
- Click the link in the confirmation email
- Then ">fill in a form.
@@ -314,13 +314,13 @@ There are only days to wait un
When the queue is filling up then leave some slots free for new contributors.
Post non urgent shows into the first empty week.
If you are uploading a series of shows then post them one every two weeks.
- If you have a non urgent show that is timeless, then add it to the reserve pool.
+ If you have a non urgent show that is timeless, then add it to the Reserve Pool.
-Add to the reserve pool ?
+Add to the Reserve Pool ?
-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";">ⓘ
Select a date in the current schedule ?
@@ -384,7 +384,7 @@ while ( $slot <= $max_episode_number) {
}
?>
-reserve pool Overview
+Reserve Pool Overview