add debug
This commit is contained in:
@@ -424,7 +424,7 @@ function booking_manual_email_form_submit($form, &$form_state) {
|
||||
$attachment = NULL;
|
||||
$update_messages = array();
|
||||
$checkboxes = $form_state['values']['table']; //$values['booking_price_active'];
|
||||
//watchdog('booking', 'Formstate when setting buttons: @info', array ('@info' => var_export($form_state['values'], TRUE)));
|
||||
watchdog('booking', 'Formstate when setting buttons: @info', array ('@info' => var_export($form_state['values'], TRUE)));
|
||||
//watchdog('booking', 'Checkboxes when setting buttons: @info', array ('@info' => var_export($checkboxes, TRUE)));
|
||||
|
||||
if (isset($form_state['values']['booking-email-attachment'])) {
|
||||
|
Reference in New Issue
Block a user