Event Creation Date
-
Hi Franky
It looks like development of this plugin is stopping which is a shame.
While playing with some customisation of my events at my end I noticed that events inserted by this plugin don’t set the creation date into the events table.
I had a look at the code and thought it might be as simple as changing the following line of code below:
$event['event_start_date']=$fb_event['start_time']->format("Y-m-d");
to:$event['event_start_date']=$fb_event['start_time']->format("Y-m-d"); $event['creation_date'] = date("Y/m/d");
But it appears the
eme_new_event()
isn’t setting the creation_date value which is actually ineme_localized_db_datetime()
Any ideas of a quick fix for this?
Thanks,Tom
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Event Creation Date’ is closed to new replies.