diff options
| author | Lester Caine <lester@lsces.co.uk> | 2005-07-15 16:04:07 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2005-07-15 16:04:07 +0000 |
| commit | 93ade86f13c78ae054cd9f31be11d1698c617b6f (patch) | |
| tree | dea0eaf91d8476dbf5ca1eeaa6b191f38c287229 /index.php | |
| parent | b429525b60422cbc2f83dfab0e01affcc243fe63 (diff) | |
| download | calendar-93ade86f13c78ae054cd9f31be11d1698c617b6f.tar.gz calendar-93ade86f13c78ae054cd9f31be11d1698c617b6f.tar.bz2 calendar-93ade86f13c78ae054cd9f31be11d1698c617b6f.zip | |
Missing update calendar_lib -> CalendarLib
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 |
