egroupware_official/calendar/inc/functions.inc.php

18 lines
911 B
PHP
Raw Normal View History

2000-08-18 05:24:22 +02:00
<?php
/**************************************************************************\
2000-12-26 21:13:34 +01:00
* phpGroupWare *
2000-08-18 05:24:22 +02:00
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
2000-12-26 21:13:34 +01:00
/* Load calendar class */
$printer_friendly = ((isset($friendly) && ($friendly==1))?True:False);
2001-02-11 14:30:09 +01:00
$phpgw->calendar = CreateObject('calendar.calendar',$printer_friendly);
?>