EM_Bookings::get booking_id query shortcut is missing an =
-
Hello,
When trying to use /classes/em-bookings.php as an API, I found that
WHERE booking_id".implode(" OR booking_id=", $args);
on line 511, right underLEFT JOIN $events_table e ON e.event_id=b.event_id
is missing an =.That line should be:
WHERE booking_id=".implode(" OR booking_id=", $args);
Please let me know if you have any question.
Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘EM_Bookings::get booking_id query shortcut is missing an =’ is closed to new replies.