summaryrefslogtreecommitdiff
path: root/Calendar.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-06-22 09:06:40 +0000
committerLester Caine <lester@lsces.co.uk>2007-06-22 09:06:40 +0000
commit70e0439015cd0b0b51c6de49b0a3983baab38263 (patch)
treeca078732520ab386aa6f87fdfd10b1b63cbaf412 /Calendar.php
parent4ad3554909608b7a239ddbaa971335ca7fec8e10 (diff)
downloadcalendar-70e0439015cd0b0b51c6de49b0a3983baab38263.tar.gz
calendar-70e0439015cd0b0b51c6de49b0a3983baab38263.tar.bz2
calendar-70e0439015cd0b0b51c6de49b0a3983baab38263.zip
Tidy phpdoc tags for classes, and heading block
Diffstat (limited to 'Calendar.php')
-rw-r--r--Calendar.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/Calendar.php b/Calendar.php
index 01ee4bf..a1b9eec 100644
--- a/Calendar.php
+++ b/Calendar.php
@@ -1,7 +1,11 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.36 2007/04/05 18:33:12 nickpalmer Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_calendar/Calendar.php,v 1.37 2007/06/22 09:06:40 lsces Exp $
* @package calendar
+ *
+ * @copyright Copyright (c) 2004-2006, bitweaver.org
+ * 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.
*/
/**
@@ -12,6 +16,7 @@ include_once( KERNEL_PKG_PATH . 'BitDate.php' );
define( 'WEEK_OFFSET', !empty( $gBitUser->mUserPrefs['calendar_week_offset'] ) ? $gBitUser->mUserPrefs['calendar_week_offset'] : $gBitSystem->getConfig( 'calendar_week_offset', 0 ) );
/**
* @package calendar
+ * @subpackage Calendar
*/
class Calendar extends LibertyContent {