Add custom counts to admin page
This commit is contained in:
@@ -398,7 +398,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
||||
|
||||
|
||||
//add a bunch of custom emails
|
||||
for ($i = 1; $i <= CUSTOM_EMAIL_COUNT; $i++)
|
||||
for ($i = 1; $i <= variable_get('booking_custom_email_count','5'); $i++)
|
||||
{
|
||||
$subject_fieldname = 'booking_email_subject_custom' . $i;
|
||||
$body_fieldname = 'booking_email_custom' . $i;
|
||||
|
Reference in New Issue
Block a user