Hi,
if I try to delete events, an error message comes up:
Fatal error: Call to undefined function eventbookings_bookings_by_nid() in C:\xampp\htdocs\drupal\sites\all\modules\eventbookings\eventbookings.module on line 446

In the file "eventbookings.module", an additional line after line 434 is missing:

    case 'delete' :
      module_load_include('inc', 'eventbookings'); // <--- NEW LINE
      if ( $node->type == 'bookingsapi_resource' ) {

Regards,
Oliver

Comments

developer-x’s picture

Assigned: Unassigned » developer-x

Thanks for pointing this out, I'll get a fix in soon

frdesign’s picture

Same here.

developer-x’s picture

Status: Needs review » Fixed

I've submitted a fix - it's available in the latest dev version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.