Can't remember the exact state that caused this bug, but think it was when using an event with an optional 'to date', in some cases the $date variable would be empty in the dateconnector module around line 152, triggering a php error.

date_timezone_set($date, timezone_open($display_tz));

This patch adds a quick check to the existing one to make sure the $date variable is set.

CommentFileSizeAuthor
rsvp-dateconnector-todate.patch759 bytesmuhleder
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ulf1’s picture

Assigned: Unassigned » ulf1
Status: Active » Fixed

I fixed this bug in the current dev stream.

Thanks,
Ulf

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.