code cleanup
This commit is contained in:
@@ -29,17 +29,6 @@ function booking_balance_page() {
|
||||
$person = $query->execute()
|
||||
->fetchObject();
|
||||
|
||||
/*
|
||||
//fetch details about the person
|
||||
$query = db_select('booking_person', 'p');
|
||||
$query->join('booking_price', 'pr', 'p.booking_payment_id = pr.pid');
|
||||
$query->condition('p.booking_tempid', arg(1), '=')
|
||||
->fields('p')
|
||||
->fields('pr', array('booking_price', 'booking_price_descrip'));
|
||||
$person = $query->execute()
|
||||
->fetchObject();
|
||||
*/
|
||||
|
||||
if ($person)
|
||||
{
|
||||
//load all the fields
|
||||
|
Reference in New Issue
Block a user