Renamed reserve queue to pool
This commit is contained in:
@@ -466,9 +466,9 @@ $mailer->addBCC('admin@hobbypublicradio.org');
|
||||
$mailer->AddAddress("$db_email");
|
||||
$mailer->isHTML(false);
|
||||
if ( $ep_num == "9999" ) {
|
||||
$mailer->Subject = "Thank you for uploading to the Reserve Queue";
|
||||
$mailer->Subject = "Thank you for uploading to the reserve pool";
|
||||
$mailer->MsgHTML("<p><em>This email is an automatic reply. If you have not made this request then please ignore this email.</em></p>
|
||||
<p>Thank You for recording an episode for the Reserve Queue.</p>
|
||||
<p>Thank You for recording an episode for the reserve pool.</p>
|
||||
<pre>
|
||||
$message
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user