Closed (fixed)
Project:
RSVP
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
21 Sep 2009 at 13:20 UTC
Updated:
28 Oct 2009 at 06:20 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| rsvp-dateconnector-todate.patch | 759 bytes | muhleder |
Comments
Comment #1
ulf1 commentedI fixed this bug in the current dev stream.
Thanks,
Ulf