minor tweaks

This commit is contained in:
Nathan Coad
2018-06-17 04:37:44 +10:00
parent ce2a9242e5
commit 0e7d9a215a
3 changed files with 5 additions and 4 deletions

View File

@@ -1012,7 +1012,7 @@ function booking_mail_alter(&$message) {
foreach($headers as $key => $value) {
$message['headers'][$key] = $value;
}
watchdog('booking_debug', "<pre>Mail alter hook:\n@info</pre>", array('@info' => print_r( $message, true)));
//watchdog('booking_debug', "<pre>Mail alter hook:\n@info</pre>", array('@info' => print_r( $message, true)));
}
/**