summaryrefslogtreecommitdiff
path: root/user_preferences_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'user_preferences_inc.php')
-rw-r--r--user_preferences_inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/user_preferences_inc.php b/user_preferences_inc.php
index 3c6b43b..773924c 100644
--- a/user_preferences_inc.php
+++ b/user_preferences_inc.php
@@ -13,7 +13,7 @@
* Setup
*/
if( $gBitSystem->isFeatureActive('calendar_user_prefs') ) {
- include_once( CALENDAR_PKG_INCLUDE_PATH.'admin/admin_calendar_inc.php' );
+ include_once CALENDAR_PKG_INCLUDE_PATH . 'admin/admin_calendar_inc.php';
if( !empty( $_REQUEST['calendar_submit'] ) ) {
foreach( $calendarValues as $item ) {
if( !empty( $_REQUEST[$item] ) ) {
@@ -22,4 +22,3 @@ if( $gBitSystem->isFeatureActive('calendar_user_prefs') ) {
}
}
}
-?>