diff --git a/booking.helper.inc b/booking.helper.inc index 7902f66..b20a615 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1325,11 +1325,12 @@ function _booking_get_person_fields() { $result = $query->fetchAll(); foreach ($result as $column) { + watchdog('booking_debug', "
Database column for booking_person\n@info", array('@info' => print_r( $column, true))); $field = $column->Field; $list_of_columns->$field = $field; } - watchdog('booking_debug', "
Database columns for booking_person\n@info", array('@info' => print_r( $list_of_columns, true))); + //watchdog('booking_debug', "
Database columns for booking_person\n@info", array('@info' => print_r( $list_of_columns, true))); return $list_of_columns; }