moar debug

This commit is contained in:
2017-08-26 19:07:07 +10:00
parent 6730787ea1
commit 1037efed19

View File

@@ -970,6 +970,9 @@ function booking_earlyaccess_feedback_callback($form, &$form_state) {
return '<div id="booking-earlyaccess-feedback-wrapper"><span color="#8c2e0b">You must enter an early access code to register now. If you do not have a code, please wait until normal registrations open.</span></div>';
}
}
else {
return '<div id="booking-earlyaccess-feedback-wrapper"><span color="#8c2e0b">Unexpected condition.</span></div>';
}
#fallback
return '<div id="booking-earlyaccess-feedback-wrapper"></div>';