summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-07-07 07:28:00 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-07-07 07:28:00 +0000
commit9b19ce31029b6a23fcd99391756f9f93a122beee (patch)
tree84a995a15b6f51fd80fa36cd105f6414afd7cacd /modules
parent08a1b8fad0d8efde3f71d39e205111d4dddd8c20 (diff)
downloadcalendar-9b19ce31029b6a23fcd99391756f9f93a122beee.tar.gz
calendar-9b19ce31029b6a23fcd99391756f9f93a122beee.tar.bz2
calendar-9b19ce31029b6a23fcd99391756f9f93a122beee.zip
keep php in php dir, rename files with appended _inc, keep jstab in template for custom title if required, add some whitespace to code to make it readable
Diffstat (limited to 'modules')
-rw-r--r--modules/userprefs.php12
-rw-r--r--modules/userprefs.tpl3
2 files changed, 0 insertions, 15 deletions
diff --git a/modules/userprefs.php b/modules/userprefs.php
deleted file mode 100644
index 294b914..0000000
--- a/modules/userprefs.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-if( $gBitSystem->isFeatureActive('calendar_user_prefs') ) {
- include_once( CALENDAR_PKG_PATH.'admin/admin_calendar_inc.php' );
- if( !empty( $_REQUEST['calendar_submit'] ) ) {
- foreach( $calendarValues as $item ) {
- if( !empty( $_REQUEST[$item] ) ) {
- $editUser->storePreference( $item, $_REQUEST[$item], 'calendar' );
- }
- }
- }
-}
-?> \ No newline at end of file
diff --git a/modules/userprefs.tpl b/modules/userprefs.tpl
deleted file mode 100644
index ff7e264..0000000
--- a/modules/userprefs.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-{if $gBitSystem->isFeatureActive('calendar_user_prefs') }
- {include file='bitpackage:calendar/calendar_preferences_inc.tpl' settings=$userPrefs}
-{/if} \ No newline at end of file