diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:20 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 18:35:20 +0000 |
| commit | 4506236a11190b302809035a86005606a644073b (patch) | |
| tree | 231f189591cea7896319b5732bc487c944ed12f3 /edit_personal_page.php | |
| parent | 716651b5aa88c887b11f2ccb4b694551ada58ed0 (diff) | |
| download | users-4506236a11190b302809035a86005606a644073b.tar.gz users-4506236a11190b302809035a86005606a644073b.tar.bz2 users-4506236a11190b302809035a86005606a644073b.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'edit_personal_page.php')
| -rw-r--r-- | edit_personal_page.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_personal_page.php b/edit_personal_page.php index 5f9e670..de50dc6 100644 --- a/edit_personal_page.php +++ b/edit_personal_page.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.7 2006/02/09 10:30:38 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.8 2006/03/01 18:35:20 spiderr 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: edit_personal_page.php,v 1.7 2006/02/09 10:30:38 squareing Exp $ + * $Id: edit_personal_page.php,v 1.8 2006/03/01 18:35:20 spiderr Exp $ * @package users * @subpackage functions */ @@ -28,7 +28,7 @@ if (isset($_REQUEST["fSavePage"])) { die; } -if ($gBitSystem->getPreference('package_quicktags','n') == 'y') { +if ($gBitSystem->getConfig('package_quicktags','n') == 'y') { include_once( QUICKTAGS_PKG_PATH.'quicktags_inc.php' ); } |
