I've got this strange problem where on the 24th March where one event is
coming up as spanning two days when is shouldn't and on the 25th March
an event isn't appearing at all.
Has anyone else seen this?
It actually looks like the system is displaying the details for the 24th
on the 25th.
Here is a dump of the data.
INSERT INTO `phpc_events` VALUES (498, 1, '2007-03-25', '2007-03-24',
'06:00:00', 60, 2, '25th Only - All Day', '', '0'); # Not displayed!
INSERT INTO `phpc_events` VALUES (505, 1, '2007-03-24', '2007-03-24',
'06:00:00', 60, 2, '24th and 25th - All Day', '', '0'); # Displayed Ok
INSERT INTO `phpc_events` VALUES (506, 1, '2007-03-24', '2007-03-24',
'06:00:00', 60, 1, '24th - Normal Event', '', '0'); # Displayed as two days!
I am using my modified version of the php-calendar v0.10.5. I haven't
tested it on the unmodified version yet but as far as I can remember my
mods were layout only no sql changes.
Gabriel
|