diff --git a/includes/funktion_user.php b/includes/funktion_user.php index 58ee6ea4..0cdf8144 100755 --- a/includes/funktion_user.php +++ b/includes/funktion_user.php @@ -88,10 +88,11 @@ function GetPicturShow($UID) [] */ function displayPictur($UID, $height="30") { + global $url, $ENGEL_ROOT; if( $height > 0) - return( "\"picture"); + return( "\"picture"); else - return( "\"picture"); + return( "\"picture"); }