diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-07-07 07:28:00 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-07-07 07:28:00 +0000 |
| commit | 9b19ce31029b6a23fcd99391756f9f93a122beee (patch) | |
| tree | 84a995a15b6f51fd80fa36cd105f6414afd7cacd /modules | |
| parent | 08a1b8fad0d8efde3f71d39e205111d4dddd8c20 (diff) | |
| download | calendar-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.php | 12 | ||||
| -rw-r--r-- | modules/userprefs.tpl | 3 |
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 |
