rename booking_event_id in booking_person table
This commit is contained in:
@@ -79,7 +79,7 @@ function booking_manual_payment_admin($nid)
|
||||
'welfare_required' => t('Welfare Required?'),
|
||||
);
|
||||
|
||||
$result = db_query("SELECT * FROM {booking_person} WHERE booking_event_id = :eid",
|
||||
$result = db_query("SELECT * FROM {booking_person} WHERE booking_eventid = :eid",
|
||||
array(':eid' => $event->eid));
|
||||
|
||||
foreach($result as $data)
|
||||
|
Reference in New Issue
Block a user