Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53473
    Anonymous
    Inactive

    eme_mybookings is only replacing ‘event’ level placeholders once for all bookings.

    Fixed with this change –

    was –

    $format = eme_replace_placeholders($format, $event, "html", 0);
    $res.= eme_replace_booking_placeholders($format,$event,$booking);
    

    changed to –

    $rowformat = eme_replace_placeholders($format, $event, "html", 0);
    $res.= eme_replace_booking_placeholders($rowformat,$event,$booking);
    #53474
    Franky
    Keymaster

    Thanks! Fixed in trunk.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top