more debugging

This commit is contained in:
2016-05-31 18:34:53 +10:00
parent aec30aabd2
commit a82e6baa42
3 changed files with 4 additions and 5 deletions

View File

@@ -1491,7 +1491,7 @@ function _booking_travelform_email_summary($node) {
foreach ($rows as $key => $value)
$rows[$key] = wordwrap($value);
}
watchdog('booking_debug', "<pre>Travel form summary\n@info</pre>", array('@info' => print_r( $rows, true)));
return implode("\n", $rows);
}