diff --git a/booking.regn_form.inc b/booking.regn_form.inc index 44f5c77..5824a79 100644 --- a/booking.regn_form.inc +++ b/booking.regn_form.inc @@ -969,7 +969,10 @@ function booking_earlyaccess_feedback_callback($form, &$form_state) { else { return '
You must enter an early access code to register now. If you do not have a code, please wait until normal registrations open.
'; } - } + } + else { + return '
Unexpected condition.
'; + } #fallback return '
';