diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:29 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:29 +0000 |
| commit | 441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e (patch) | |
| tree | 27e43b0e9f23feacc049c31d13862df4084dc9fa /admin | |
| parent | 7815e866b306aa4bc63fdb5e5912a6b800b7651d (diff) | |
| download | search-441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e.tar.gz search-441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e.tar.bz2 search-441ac0c2c4cb32b24c8e20fc065e0f85e4bb9b3e.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_search_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_search_inc.php b/admin/admin_search_inc.php index 6b60548..6cd913b 100644 --- a/admin/admin_search_inc.php +++ b/admin/admin_search_inc.php @@ -1,6 +1,6 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.8 2006/02/09 10:59:59 lsces Exp $ +// $Header: /cvsroot/bitweaver/_bit_search/admin/admin_search_inc.php,v 1.9 2006/03/01 20:16:28 spiderr Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See copyright.txt for details and a complete list of authors. @@ -69,7 +69,7 @@ if (isset($_REQUEST["searchaction"])) { } } else { foreach( $formSearchInts as $item => $data ) { - $formSearchInts[$item]['value'] = $gBitSystem->getPreference( $item ); + $formSearchInts[$item]['value'] = $gBitSystem->getConfig( $item ); } } $gBitSmarty->assign( 'formSearchToggles',$formSearchToggles ); |
