diff options
| -rw-r--r-- | CalendarLib.php (renamed from calendar_lib.php) | 0 | ||||
| -rw-r--r-- | add_calendar.php | 4 | ||||
| -rw-r--r-- | admin/admin_calendar_inc.php | 4 | ||||
| -rw-r--r-- | index.php | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/calendar_lib.php b/CalendarLib.php index 51a763b..51a763b 100644 --- a/calendar_lib.php +++ b/CalendarLib.php diff --git a/add_calendar.php b/add_calendar.php index 4ee6059..71a8dab 100644 --- a/add_calendar.php +++ b/add_calendar.php @@ -1,6 +1,6 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_calendar/Attic/add_calendar.php,v 1.1 2005/07/15 12:25:01 bitweaver Exp $ +// $Header: /cvsroot/bitweaver/_bit_calendar/Attic/add_calendar.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. @@ -9,7 +9,7 @@ // Initialization require_once( '../bit_setup_inc.php' ); -include_once( CALENDAR_PKG_PATH.'calendar_lib.php' ); +include_once( CALENDAR_PKG_PATH.'CalendarLib.php' ); if ($bit_p_admin_calendar != 'y' and $bit_p_admin != 'y') { $smarty->assign('msg', tra("You dont have permission to use this feature")); diff --git a/admin/admin_calendar_inc.php b/admin/admin_calendar_inc.php index d2c9935..f1ba944 100644 --- a/admin/admin_calendar_inc.php +++ b/admin/admin_calendar_inc.php @@ -1,6 +1,6 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_calendar/admin/admin_calendar_inc.php,v 1.1 2005/07/15 12:25:01 bitweaver Exp $ +// $Header: /cvsroot/bitweaver/_bit_calendar/admin/admin_calendar_inc.php,v 1.2 2005/07/15 16:04:07 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. @@ -12,7 +12,7 @@ if (isset($_REQUEST["calendarset"]) && isset($_REQUEST["homeCalendar"])) { $smarty->assign('home_calendar', $_REQUEST["homeCalendar"]); } -include_once( CALENDAR_PKG_PATH.'calendar_lib.php' ); +include_once( CALENDAR_PKG_PATH.'CalendarLib.php' ); $formCalendarFeatures = array( "calendar_blogs" => array( @@ -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 |
