summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2010-04-19 10:55:50 +0000
committerLester Caine <lester@lsces.co.uk>2010-04-19 10:55:50 +0000
commitcbeec104f24967ac630a13d7b24d867ee77a199c (patch)
treebc242e14fd742eaab4abcee58f63d6e59a21a10d
parentb26fa67ce472c344a81c63674f7b90c0ed3f1485 (diff)
downloadcalendar-cbeec104f24967ac630a13d7b24d867ee77a199c.tar.gz
calendar-cbeec104f24967ac630a13d7b24d867ee77a199c.tar.bz2
calendar-cbeec104f24967ac630a13d7b24d867ee77a199c.zip
Correct spelling of $gLibertySystemCVS_HEAD
-rw-r--r--Calendar.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Calendar.php b/Calendar.php
index 2b1a68e..a932119 100644
--- a/Calendar.php
+++ b/Calendar.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.54 2010/04/17 15:36:06 wjames5 Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.55 2010/04/19 10:55:50 lsces Exp $
* @package calendar
*
* @copyright Copyright (c) 2004-2006, bitweaver.org
@@ -286,7 +286,7 @@ class Calendar extends LibertyContent {
global $gLibertySystem, $gBitSmarty, $gBitSystem;
foreach( $gLibertySystem->mContentTypes as $cName => $cType ) {
if ( $gBitSystem->isPackageActive( $cType['handler_package'] ) ) {
- $contentTypes[$cType['content_type_guid']] = $gLibetySystem->getContentTypeName( $cType['content_type_guid'] );
+ $contentTypes[$cType['content_type_guid']] = $gLibertySystem->getContentTypeName( $cType['content_type_guid'] );
}
}
asort($contentTypes);