more debug

This commit is contained in:
2017-09-09 11:51:39 +10:00
parent 414c2ef8ae
commit ca634916c0

View File

@@ -1221,6 +1221,7 @@ function booking_form_submit($form, &$form_state)
foreach ($values as $key => $value) { foreach ($values as $key => $value) {
$values[$key] = _booking_remove_emoji($value); $values[$key] = _booking_remove_emoji($value);
} }
watchdog('booking_debug', "<pre>Form values after emoji removal:\n@info</pre>", array('@info' => print_r($values, TRUE)));
} }
//get DOB from form //get DOB from form