diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.1 2005/07/15 12:25:01 bitweaver Exp $ +// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.2 2005/07/15 16:04:06 lsces Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. require_once( '../bit_setup_inc.php' ); -include_once( CALENDAR_PKG_PATH.'calendar_lib.php' ); +include_once( CALENDAR_PKG_PATH.'CalendarLib.php' ); # perms are # $bit_p_view_calendar |
