Update booking_regn_completed_page token

This commit is contained in:
2016-05-04 13:40:57 +10:00
parent 157ea12fc1
commit 4dd2f777bd

View File

@@ -197,7 +197,7 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
'#title' => t('Text to use for landing page on return from paypal website'), '#title' => t('Text to use for landing page on return from paypal website'),
'#type' => 'textarea', '#type' => 'textarea',
'#description' => t(''), '#description' => t(''),
'#default_value' => variable_get('booking_regn_completed_page', '<p>Thankyou for registering for [booking:eventname].</p>'), '#default_value' => (variable_get('booking_regn_completed_page'))['value'],
'#type' => 'text_format', '#type' => 'text_format',
'#format' => 'full_html', '#format' => 'full_html',
); );