• 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 under LEFT 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,

    @awijasa

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for using EM and Thanks for reporting this, I will see to it that one of the plugin devs looks into this further.

Viewing 1 replies (of 1 total)
  • The topic ‘EM_Bookings::get booking_id query shortcut is missing an =’ is closed to new replies.