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
Comment #1
developer-x commentedThanks for pointing this out, I'll get a fix in soon
Comment #2
frdesign commentedSame here.
Comment #3
developer-x commentedI've submitted a fix - it's available in the latest dev version