prepare for release

This commit is contained in:
2016-05-31 18:55:05 +10:00
parent 1c47838b73
commit 8f2c8fe32a
3 changed files with 20 additions and 6 deletions

View File

@@ -613,6 +613,6 @@ function booking_define_personspecific_tokens($node)
$tokens['room-allocation'] = _booking_room_email_summary($node);
$tokens['bed-type'] = _booking_room_bedtype_lookup(empty($node->booking_room_bedtype) ? '0' : $node->booking_room_bedtype);
}
watchdog('booking_debug', "<pre>Person specific tokens:\n@info</pre>", array('@info' => print_r( $tokens, true)));
//watchdog('booking_debug', "<pre>Person specific tokens:\n@info</pre>", array('@info' => print_r( $tokens, true)));
return $tokens;
}