Closed (duplicate)
Project:
Event
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
9 Apr 2005 at 20:50 UTC
Updated:
18 Apr 2005 at 18:32 UTC
All converted events have end timestamps of 0 - these caused a myriad of gmdate() warnings for me about invalid timestamps. Adding
if ($timestamp == 0) {
return '';
}
to the beginning of _event_date() fixed things nicely.
Comments
Comment #1
crunchywelch commentedhttp://drupal.org/node/20240