From 4cd60813539039dbedff97f4359a5094b0286dd8 Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Sun, 7 Nov 2010 14:45:28 +0100 Subject: bugfix link to user informations --- includes/funktion_activeUser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/funktion_activeUser.php') diff --git a/includes/funktion_activeUser.php b/includes/funktion_activeUser.php index 946af304..808ccf73 100755 --- a/includes/funktion_activeUser.php +++ b/includes/funktion_activeUser.php @@ -39,8 +39,8 @@ for( $i=0; $i0 ) echo DisplayAvatar( mysql_result( $Erg, $i, "UID")); // Schow Admin Page - if( $_SESSION['CVS'][ "admin/user.php" ] == "Y" ) - echo " ". + if( $_SESSION['CVS'][ "admin/userChangeNormal.php" ] == "Y" ) + echo " ". mysql_result( $Erg, $i, "Nick"). ""; else echo mysql_result( $Erg, $i, "Nick"); -- cgit v1.2.3-54-g00ecf