diff --git a/hub/calendar.php b/hub/calendar.php index de9c3a7..63aea05 100644 --- a/hub/calendar.php +++ b/hub/calendar.php @@ -117,18 +117,18 @@ print "\n"; // -------------------------------------------- // 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';"); +$query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_pool FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip = '127.0.0.1';"); $response_array = mysqli_fetch_row($query); -$count_reserve_queue = $response_array[0]; -print "\n"; +$count_reserve_pool = $response_array[0]; +print "\n"; // -------------------------------------------- // 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';"); +$query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_pool_unprocessed FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip != '127.0.0.1';"); $response_array = mysqli_fetch_row($query); -$count_reserve_queue_unprocessed = $response_array[0]; -print "\n"; +$count_reserve_pool_unprocessed = $response_array[0]; +print "\n"; // -------------------------------------------- // Populate array with future shows and reservations @@ -314,13 +314,13 @@ 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_pool";">ⓘ
Thank you for your submission. A confirmation email has been sent to . Please copy and paste the link into your browser to confirm your email address, and upload your show media.
- You need to open the link within 15 minutes or the temporary lock will be released. Once you open the link, you can fill in the information at your leisure.
+ You need to open the link within 15 minutes or the temporary lock will be released.
+ Once you open the link, you have a maximum of 4 Hours to fill in the information.
The email is sent from the address robot@hobbypublicradio.com, and should be in your inbox by the time you read this.
- If it is not there by now, then please spam folder. We have had reports that sometimes gmail and hotmail consider the messages as spam. Please consider whitelisting the email address robot@hobbypublicradio.com.
+ If it is not there by now, then please spam folder.
+ We have had reports that sometimes gmail and hotmail consider the messages as spam.
+ Please consider whitelisting the email address robot@hobbypublicradio.com.
@@ -318,7 +321,7 @@ include 'header.php';
-
+
- You can fill in information about yourself and your show below. Please see the help page for more information.
+ You can fill in information about yourself and your show below.
+ Please see the "" target="_blank">Uploading an Episode help page" for more information.