diff options
| author | jetskijoe <jetskijoe@users.sourceforge.net> | 2007-04-09 01:31:35 +0000 |
|---|---|---|
| committer | jetskijoe <jetskijoe@users.sourceforge.net> | 2007-04-09 01:31:35 +0000 |
| commit | 8163cfc9817890e606659feb3c522b9de014f287 (patch) | |
| tree | 5e54a74b9489d47bc8aa2c8168f6bdb9cfc0c872 /index.php | |
| parent | 2e111e80616a0d3c489b3a4a6ce164b36bf2762c (diff) | |
| download | calendar-8163cfc9817890e606659feb3c522b9de014f287.tar.gz calendar-8163cfc9817890e606659feb3c522b9de014f287.tar.bz2 calendar-8163cfc9817890e606659feb3c522b9de014f287.zip | |
Removed Events
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,6 +1,6 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.50 2007/04/09 01:28:13 jetskijoe Exp $ +// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.51 2007/04/09 01:31:35 jetskijoe 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. @@ -82,10 +82,6 @@ if (!empty($listHash)) { } // finally we have all the stuff ready to populate the $calMonth and $calDay arrays -if ($gBitSystem->isPackageActive('events')) { - require_once(EVENTS_PKG_PATH.'lookup_events_inc.php' ); - $be = new BitEvents(); -} foreach( $calMonth as $w => $week ) { foreach( $week as $d => $day ) { $dayEvents = array(); |
