diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:46:48 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-08-07 17:46:48 +0000 |
| commit | a3fcac2323d9c94ce3a23f6693ba15a8620c9544 (patch) | |
| tree | 294fbec564e71533ca5cf254a4284159245c9ffd /my_images.php | |
| parent | a3dd078f2de42755659ca46e47d5bd50fc708a54 (diff) | |
| download | users-a3fcac2323d9c94ce3a23f6693ba15a8620c9544.tar.gz users-a3fcac2323d9c94ce3a23f6693ba15a8620c9544.tar.bz2 users-a3fcac2323d9c94ce3a23f6693ba15a8620c9544.zip | |
merge recent changes from R1 to HEAD
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 a10e772..3baf4b8 100644 --- a/my_images.php +++ b/my_images.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.3 2005/08/01 18:42:02 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.4 2005/08/07 17:46:46 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.3 2005/08/01 18:42:02 squareing Exp $ + * $Id: my_images.php,v 1.4 2005/08/07 17:46:46 squareing Exp $ * @package users * @subpackage functions */ @@ -26,7 +26,7 @@ if ($feature_userPreferences != 'y') { $gBitSystem->display( 'error.tpl' ); die; } -if (!$gBitUser->isValid()) { +if (!$gBitUser->isRegistered()) { $gBitSmarty->assign('msg', tra("You are not logged in")); $gBitSystem->display( 'error.tpl' ); die; |
