calendar
[ class tree: calendar ] [ index: calendar ] [ all elements ]

Source for file user_preferences_inc.php

Documentation is available at user_preferences_inc.php

  1. <?php
  2. /**
  3.  * @version $Header$
  4.  * @package calendar
  5.  * @subpackage functions
  6.  * 
  7.  * @copyright Copyright (c) 2004-2006, bitweaver.org
  8.  *  All Rights Reserved. See below for details and a complete list of authors.
  9.  *  Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
  10.  */
  11.  
  12. /**
  13.  * Setup
  14.  */
  15. if$gBitSystem->isFeatureActive('calendar_user_prefs') ) {
  16.     include_onceCALENDAR_PKG_PATH.'admin/admin_calendar_inc.php' );
  17.     if!empty$_REQUEST['calendar_submit') ) {
  18.         foreach$calendarValues as $item {
  19.             if!empty$_REQUEST[$item) ) {
  20.                 $editUser->storePreference$item$_REQUEST[$item]'calendar' );
  21.             }
  22.         }
  23.     }
  24. }
  25. ?>

Documentation generated on Wed, 29 Jul 2015 13:57:32 +0000 by phpDocumentor 1.5.0-lsces