From 0c046a784ac33a3f10985e460f3511301ddfd31f Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Sat, 6 Nov 2010 16:29:54 +0100 Subject: fix user picture url handling --- includes/funktion_user.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes/funktion_user.php') 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"); } -- cgit v1.2.3-54-g00ecf