more explanation
This commit is contained in:
@@ -972,7 +972,8 @@ function booking_earlyaccess_feedback_callback($form, &$form_state) {
|
||||
//matched a code so let the user know everything is fine
|
||||
else {
|
||||
//watchdog('booking', "<pre>booking_earlyaccess_feedback_callback code check matched</pre>");
|
||||
return '<div id="booking_earlyaccess_feedback_wrapper"><span style="color:#234600;font-weight: bold;">Your early registration code has been validated.</span><br /><br /></div>';
|
||||
return '<div id="booking_earlyaccess_feedback_wrapper"><span style="color:#234600;font-weight: bold;">' .
|
||||
'Your early registration code has been validated.<br />Please do not share this code, since it will be validated again when you submit the form.</span><br /><br /></div>';
|
||||
}
|
||||
}
|
||||
//no access code entered but we required one
|
||||
|
Reference in New Issue
Block a user