summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-06-16 16:10:27 +0000
committerHash9 <hash9@users.sourceforge.net>2006-06-16 16:10:27 +0000
commit99537f91581ad2fb9a961db0b78f60a005f4cea1 (patch)
tree283f800a7a0fcc33936d9f2f06a7465d3e9bd71b /index.php
parent17bfc77a7d005ca768bc3c460f712e772021d4da (diff)
downloadcalendar-99537f91581ad2fb9a961db0b78f60a005f4cea1.tar.gz
calendar-99537f91581ad2fb9a961db0b78f60a005f4cea1.tar.bz2
calendar-99537f91581ad2fb9a961db0b78f60a005f4cea1.zip
Fix possible conflict with mod_package_search
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index d8216b0..9f7a5ae 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.43 2006/06/16 13:56:34 hash9 Exp $
+// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.44 2006/06/16 16:10:27 hash9 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.
@@ -31,7 +31,7 @@ if( !empty( $_REQUEST["content_type_guid"] ) ) {
foreach( $gLibertySystem->mContentTypes as $cType ) {
$contentTypes[$cType['content_type_guid']] = $cType['content_description'];
}
-$gBitSmarty->assign( 'contentTypes', $contentTypes );
+$gBitSmarty->assign( 'calContentTypes', $contentTypes );
// now, lets get the ball rolling!
$gCalendar = new Calendar();