forked from extern/egroupware
separation for ICal support
This commit is contained in:
parent
4e567816a3
commit
c7117b52de
File diff suppressed because it is too large
Load Diff
1633
calendar/inc/class.calendar_sql.inc.php
Executable file
1633
calendar/inc/class.calendar_sql.inc.php
Executable file
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user