diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 15:16:48 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-01 15:16:48 +0000 |
| commit | 5764fc5bb8ab100c021a660dfabd656cc578ea36 (patch) | |
| tree | 57b12eac83fae48e0ec3716e250d3ada3aff83ad /BitUser.php | |
| parent | 7c2c181dc63a55e9e6cc096bc73c8bc8f7afd5c2 (diff) | |
| download | users-5764fc5bb8ab100c021a660dfabd656cc578ea36.tar.gz users-5764fc5bb8ab100c021a660dfabd656cc578ea36.tar.bz2 users-5764fc5bb8ab100c021a660dfabd656cc578ea36.zip | |
remove a lot of antiquated code including breadcrumbs and outdated wiki-specific caching options, wiki tags and wiki dumps. probably there's going to be more to go soon. none of this stuff has been working for years now.
Diffstat (limited to 'BitUser.php')
| -rw-r--r-- | BitUser.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/BitUser.php b/BitUser.php index 8d41a9a..03b8277 100644 --- a/BitUser.php +++ b/BitUser.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/BitUser.php,v 1.137 2007/05/30 21:32:50 spiderr Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/BitUser.php,v 1.138 2007/06/01 15:16:47 squareing Exp $ * * Lib for user administration, groups and permissions * This lib uses pear so the constructor requieres @@ -12,7 +12,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: BitUser.php,v 1.137 2007/05/30 21:32:50 spiderr Exp $ + * $Id: BitUser.php,v 1.138 2007/06/01 15:16:47 squareing Exp $ * @package users */ @@ -40,7 +40,7 @@ define("ACCOUNT_DISABLED", -6); * Class that holds all information for a given user * * @author spider <spider@steelsun.com> - * @version $Revision: 1.137 $ + * @version $Revision: 1.138 $ * @package users * @subpackage BitUser */ @@ -174,9 +174,6 @@ class BitUser extends LibertyAttachable { $server_time = new BitDate(); $this->setPreference( 'site_display_timezone', $server_time->display_offset ); } - if( !$this->getPreference( 'users_bread_crumb' ) ) { - $this->setPreference( 'users_bread_crumb', $gBitSystem->getConfig('users_bread_crumb',4) ); - } if( !$this->getPreference( 'bitlanguage' ) ) { global $gBitLanguage; $this->setPreference( 'bitlanguage', $gBitLanguage->mLanguage ); |
