diff options
| author | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:24 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-03-01 20:16:24 +0000 |
| commit | d1036e8cf3f0dc7918c711fc24ed5a120c62751a (patch) | |
| tree | 7377eeb945131f309905efa837e8dfa3c12edaef | |
| parent | 195f60473ac894d479956d39e11d4b71b16dd397 (diff) | |
| download | quota-d1036e8cf3f0dc7918c711fc24ed5a120c62751a.tar.gz quota-d1036e8cf3f0dc7918c711fc24ed5a120c62751a.tar.bz2 quota-d1036e8cf3f0dc7918c711fc24ed5a120c62751a.zip | |
move BitSystem:: preferences methods to get/set/load/storeConfig to avoid conflict with new content preferences
| -rw-r--r-- | admin/admin_quota_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_quota_inc.php b/admin/admin_quota_inc.php index bc8e441..9a1d421 100644 --- a/admin/admin_quota_inc.php +++ b/admin/admin_quota_inc.php @@ -1,12 +1,12 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_quota/admin/admin_quota_inc.php,v 1.3 2006/02/08 21:51:14 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_quota/admin/admin_quota_inc.php,v 1.4 2006/03/01 20:16:24 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. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // is this used? //if( isset( $_REQUEST["quotaset"] ) && isset( $_REQUEST["homeSample"] ) ) { -// $gBitSystem->storePreference( "home_quota", $_REQUEST["homeSample"], QUOTA_PKG_NAME ); +// $gBitSystem->storeConfig( "home_quota", $_REQUEST["homeSample"], QUOTA_PKG_NAME ); // $gBitSmarty->assign( 'home_quota', $_REQUEST["homeSample"] ); //} |
