Scott MacVicar
Sat 14th Jun '03, 12:40pm
within calendar.php$day = date('Y-n-j', $eventinfo['from_time']);
should be replaced with
$day = date('Y-n-j', $eventinfo['dateline_from']);
should be replaced with
$day = date('Y-n-j', $eventinfo['dateline_from']);