diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-02-27 17:28:42 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-02-27 17:28:42 +0000 |
| commit | a018365db31a46bf32405db8a6adf55187593661 (patch) | |
| tree | d86ea581ec6a87117328aa6d3a56da9412e76d2a /preferences.php | |
| parent | 3f01559e74757a0bd5e1e86c18dd13ac6f00585a (diff) | |
| download | users-a018365db31a46bf32405db8a6adf55187593661.tar.gz users-a018365db31a46bf32405db8a6adf55187593661.tar.bz2 users-a018365db31a46bf32405db8a6adf55187593661.zip | |
Add a second browser side time display control.
site_display_utc matches the current selection
site_display_timezone stores a fixed time zone offset
This needs further expansion, but site_display_utc='Local' should work correctly
Diffstat (limited to 'preferences.php')
| -rw-r--r-- | preferences.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/preferences.php b/preferences.php index 63acd9c..d55c748 100644 --- a/preferences.php +++ b/preferences.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/preferences.php,v 1.40 2007/02/23 15:36:41 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/preferences.php,v 1.41 2007/02/27 17:28:42 lsces Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: preferences.php,v 1.40 2007/02/23 15:36:41 squareing Exp $ + * $Id: preferences.php,v 1.41 2007/02/27 17:28:42 lsces Exp $ * @package users * @subpackage functions */ @@ -106,6 +106,7 @@ if( isset( $_REQUEST["prefs"] )) { $prefs = array( 'users_bread_crumb' => USERS_PKG_NAME, 'users_homepage' => USERS_PKG_NAME, + 'site_display_utc' => USERS_PKG_NAME, 'site_display_timezone' => USERS_PKG_NAME, 'users_country' => USERS_PKG_NAME, 'users_information' => USERS_PKG_NAME, |
