diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-13 10:06:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-13 10:06:26 +0000 |
| commit | b7205775a0961a8dc03e09959a833f0f96a5ad52 (patch) | |
| tree | 4af6ce53b1cf516dde8da0533f88c12e5b596903 /my_images.php | |
| parent | ca7293e3761ae69176c70b126d3f5bbc3162f10a (diff) | |
| download | users-b7205775a0961a8dc03e09959a833f0f96a5ad52.tar.gz users-b7205775a0961a8dc03e09959a833f0f96a5ad52.tar.bz2 users-b7205775a0961a8dc03e09959a833f0f96a5ad52.zip | |
another batch of kernel_prefs name cleanup. this should be it
Diffstat (limited to 'my_images.php')
| -rw-r--r-- | my_images.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/my_images.php b/my_images.php index 9f9fd2a..94ce274 100644 --- a/my_images.php +++ b/my_images.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.7 2006/02/06 00:12:08 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.8 2006/02/13 10:06:24 squareing 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: my_images.php,v 1.7 2006/02/06 00:12:08 squareing Exp $ + * $Id: my_images.php,v 1.8 2006/02/13 10:06:24 squareing Exp $ * @package users * @subpackage functions */ @@ -21,7 +21,7 @@ $gEditMode = 'images'; require_once( '../bit_setup_inc.php' ); // User preferences screen -$gBitSystem->verifyFeature( 'feature_user_preferences' ); +$gBitSystem->verifyFeature( 'users_preferences' ); if (!$gBitUser->isRegistered()) { $gBitSmarty->assign('msg', tra("You are not logged in")); |
