Events Made Easy Forums Bug fixed or feature request implemented Show time only on start date & end date for a multi day events?

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

    Sorry – I found a bug in eme_calendar.php

    I noticed the last day of a long event wasn’t being added to $eventful_days .. it looks like when you because you define the $eme_date_obj_tmp, you use the event start time .. if the start time is later then the event end time, then the last day isn’t added.

    if you change line 195 in eme_calendar.php to

                $eme_date_obj_tmp=new ExpressiveDate($event['event_start_date'],$eme_timezone);
    

    should fix it.

    Thanks!

    #54941
    Franky
    Keymaster

    I split this into a bug report, since in fact it is one 🙂
    Thanks for this, fixed with this:
    http://plugins.trac.wordpress.org/changeset/1258860

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