Source for file user_preferences_inc.php
Documentation is available at user_preferences_inc.php
* @copyright Copyright (c) 2004-2006, bitweaver.org
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
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' );
|