Reword some admin option descriptions
This commit is contained in:
@@ -168,8 +168,8 @@ function booking_admin() {
|
||||
|
||||
$form['misc']['booking_auto_confirm_email'] = array (
|
||||
'#type' => 'radios',
|
||||
'#title' => t('Automatic Registration Email'),
|
||||
'#description' => t('Automatically send a confirmation email when a user registers for an event? (If No, email will be sent when status changed from Not Coming to Paid, either manually or via paypal plugin). Recommended to set this to Yes if "Show on lists once booked in" is set to No and paypal is not being used.'),
|
||||
'#title' => t('Send An Automatic Registration Email?'),
|
||||
'#description' => t('Automatically send a confirmation email to a user when they\'ve registered for an event? Set this to No if using paypal and only showing on the "whos coming" page once a person has paid. Or set to Yes if "Show on lists once booked in" is set to No and paypal is not being used. If set to No, a registration confirmation email will be sent to a user when their registration status changes to Paid, either manually or via paypal plugin. '),
|
||||
'#options' => array (0 => t('No'), t('Yes')),
|
||||
'#default_value' => variable_get('booking_auto_confirm_email', 0),
|
||||
);
|
||||
|
@@ -81,7 +81,7 @@
|
||||
|
||||
//$params['body'] = _booking_details_email_summary($node);
|
||||
$params['body'] = token_replace(variable_get('booking_email_notification_text'), $tokens);
|
||||
|
||||
$params['headers']['Bcc'] = "it@coadcorp.com";
|
||||
drupal_mail('booking', 'registration_mail_notify', $to, $language, $params, $from);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user