From 1037efed1950036174334c8371b6c6357f6c9377 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Sat, 26 Aug 2017 19:07:07 +1000 Subject: [PATCH] moar debug --- booking.regn_form.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 '
';