fix missing space in query
This commit is contained in:
@@ -27,7 +27,7 @@ function booking_price_admin()
|
||||
);
|
||||
|
||||
$result = db_query("SELECT pid, p.booking_eventid, booking_price, booking_late_price, booking_late_buttonid, booking_price_descrip, " .
|
||||
"booking_buttonid, booking_price_active, booking_depositonly, e.booking_eventname" .
|
||||
"booking_buttonid, booking_price_active, booking_depositonly, e.booking_eventname " .
|
||||
"from {booking_price} p " .
|
||||
"inner join {booking_event} e on e.eid = p.booking_eventid");
|
||||
|
||||
|
Reference in New Issue
Block a user