minor updates

This commit is contained in:
Nathan Coad
2016-06-03 13:05:05 +10:00
parent a2a81303be
commit 17076469de
2 changed files with 12 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ function booking_travel_page()
return "";
}
//work out the node id from the session id
$query = db_select('booking_person', 'p');
$query->condition('p.booking_tempid', arg(1), '=')