diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-13 10:06:20 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-13 10:06:20 +0000 |
| commit | 64bde9fa3635cbcc1149c542db757a046dc2a390 (patch) | |
| tree | 330da186fab5bc8276013993410a9d375b029fd9 /edit_css.php | |
| parent | 2b28d788bbbec877da96a92b789da1d1131595b5 (diff) | |
| download | themes-64bde9fa3635cbcc1149c542db757a046dc2a390.tar.gz themes-64bde9fa3635cbcc1149c542db757a046dc2a390.tar.bz2 themes-64bde9fa3635cbcc1149c542db757a046dc2a390.zip | |
another batch of kernel_prefs name cleanup. this should be it
Diffstat (limited to 'edit_css.php')
| -rw-r--r-- | edit_css.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_css.php b/edit_css.php index 7c53a95..58e09e4 100644 --- a/edit_css.php +++ b/edit_css.php @@ -1,12 +1,12 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_themes/edit_css.php,v 1.4 2006/02/01 20:38:41 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_themes/edit_css.php,v 1.5 2006/02/13 10:06:19 squareing 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. -// $Id: edit_css.php,v 1.4 2006/02/01 20:38:41 squareing Exp $ +// $Id: edit_css.php,v 1.5 2006/02/13 10:06:19 squareing Exp $ include_once( '../bit_setup_inc.php' ); include_once( USERS_PKG_PATH.'BitUser.php' ); include_once( THEMES_PKG_PATH.'css_lib.php' ); @@ -83,7 +83,7 @@ function ls_a($wh) ***** ***************************************/ -$gBitSystem->verifyFeature( 'feature_editcss' ); +$gBitSystem->verifyFeature( 'themes_edit_css' ); $gBitSystem->verifyPermission( 'bit_p_create_css' ); $customCSSPath = $gBitUser->getStoragePath( NULL,$gBitUser->mUserId ); // Path to this user's storage directory |
