CMS MADE SIMPLE FORGE

EventsManager

 

[#8771] List doesn't show upcoming events

avatar
Created By: Daan Aikema (Ertenal)
Date Submitted: Thu Dec 20 08:42:04 -0500 2012

Assigned To: Mathieu Muths (airelibre) (airelibre)
Version: 1.2.7
CMSMS Version: 1.11.3
Severity: Major
Resolution: None
State: Open
Summary:
List doesn't show upcoming events
Detailed Description:
When you choose to show only upcoming events ($show = 'upcoming') it will not
work. The problem is in the file class.EventsManager_events_ops.php. On line 95
u see:

$query .= "e.end_datetime > " . $now;

this needs to be:

$query .= "e.start_datetime > " . $now;


History

Comments
avatar
Date: 2012-12-20 08:44
Posted By: Mathieu Muths (airelibre) (airelibre)

Hi,

Thank you for your report - I'll see this, but I have many other features to
finish ;)