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

  1. Review the updated ">Stuff you need to know page.
  2. -
  3. Select a date, or post to the reserve pool.
  4. +
  5. Select a date, or post to the Reserve Pool.
  6. Click the link in the confirmation email
  7. 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