From bac7acafc51e335a06ae4f400ac8745826f35f08 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 17 Sep 2019 22:28:30 +1000 Subject: [PATCH] less debug --- booking.regn_form.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/booking.regn_form.inc b/booking.regn_form.inc index e273ad7..e70641d 100644 --- a/booking.regn_form.inc +++ b/booking.regn_form.inc @@ -1124,9 +1124,9 @@ function booking_form_validate($form, &$form_state) { } //in case the date of birth field hasn't been filled out - watchdog('booking', 'Blank date of birth checking: @info', array( - '@info' => var_export($data['booking_dob'], TRUE) - )); + //watchdog('booking_debug', 'Blank date of birth checking: @info', array( + // '@info' => var_export($data['booking_dob'], TRUE) + //)); $dob_check = $data['booking_dob']['day'] != '' && $data['booking_dob']['month'] != '' && $data['booking_dob']['year'] != '' ? _datearray_to_ts($data['booking_dob']) : 0; //Verify this is not a duplicate registration