Renamed reserve queue to pool
This commit is contained in:
@@ -193,8 +193,8 @@ $mailer->addBCC('admin@hackerpublicradio.org');
|
||||
$mailer->addBCC('admin@hobbypublicradio.org');
|
||||
$mailer->addAddress("$email");
|
||||
if ( $ep_num == 9999 ) {
|
||||
$mailer->Subject = "Confirmation of request to submit to the reserve queue";
|
||||
$mailer->MsgHTML("<p>This email is an automatic reply to a request to submit to the reserve queue on the longest running Community Podcast.<br />
|
||||
$mailer->Subject = "Confirmation of request to submit to the reserve pool";
|
||||
$mailer->MsgHTML("<p>This email is an automatic reply to a request to submit to the reserve pool on the longest running Community Podcast.<br />
|
||||
<em>If you have not made this request then please ignore this email.</em>
|
||||
</p>
|
||||
<p>
|
||||
@@ -216,7 +216,7 @@ if ( $ep_num == 9999 ) {
|
||||
</p>
|
||||
<pre>" . date('Y-m-d\TH:i:s') . "\t" . getUserIP() . "\t" . $db_key . "\t" . $_SERVER["HTTP_USER_AGENT"] . "</pre>"
|
||||
);
|
||||
$mailer->AltBody = "This email is an automatic reply to a request to submit to the reserve queue on the longest running Community Podcast.
|
||||
$mailer->AltBody = "This email is an automatic reply to a request to submit to the reserve pool on the longest running Community Podcast.
|
||||
If you have not made this request then please ignore this email.
|
||||
|
||||
To confirm your request please confirm by copying and pasting the following link into your browser
|
||||
|
||||
Reference in New Issue
Block a user