summaryrefslogtreecommitdiff
path: root/user_preferences_inc.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-10-13 12:42:50 +0000
committerLester Caine <lester@lsces.co.uk>2006-10-13 12:42:50 +0000
commit548fcc5c5ade6cd5191694e831e7d0028a866e65 (patch)
treeeff23aff8237056d28d2dd1e0c689d9143865839 /user_preferences_inc.php
parent088bbce5939208658f09d031a1c290bb6aeac87c (diff)
downloadcalendar-548fcc5c5ade6cd5191694e831e7d0028a866e65.tar.gz
calendar-548fcc5c5ade6cd5191694e831e7d0028a866e65.tar.bz2
calendar-548fcc5c5ade6cd5191694e831e7d0028a866e65.zip
phpDoc corrections
Diffstat (limited to 'user_preferences_inc.php')
-rw-r--r--user_preferences_inc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/user_preferences_inc.php b/user_preferences_inc.php
index 294b914..27279c2 100644
--- a/user_preferences_inc.php
+++ b/user_preferences_inc.php
@@ -1,4 +1,12 @@
<?php
+/**
+ * @version $Header: /cvsroot/bitweaver/_bit_calendar/user_preferences_inc.php,v 1.2 2006/10/13 12:42:50 lsces Exp $
+ * @package calendar
+ */
+
+/**
+ * Setup
+ */
if( $gBitSystem->isFeatureActive('calendar_user_prefs') ) {
include_once( CALENDAR_PKG_PATH.'admin/admin_calendar_inc.php' );
if( !empty( $_REQUEST['calendar_submit'] ) ) {