separation for ICal support

This commit is contained in:
skeeter 2001-02-11 13:30:09 +00:00
parent 4e567816a3
commit c7117b52de
3 changed files with 1640 additions and 1614 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,6 @@
/* $Id$ */
/* Load calendar class */
$phpgw->calendar = CreateObject('calendar.calendar');
$printer_friendly = ((isset($friendly) && ($friendly==1))?True:False);
$phpgw->calendar->calendar_($printer_friendly);
$phpgw->calendar = CreateObject('calendar.calendar',$printer_friendly);
?>