diff --git a/e107_admin/image.php b/e107_admin/image.php index 46cd2c10a..b3bba5334 100644 --- a/e107_admin/image.php +++ b/e107_admin/image.php @@ -2168,7 +2168,7 @@ function show_avatars() // : - $users = (in_array($image_name,$imageUsed)) ? "Image in use" : ''.IMALAN_22.''; + $users = (in_array($image_name,$imageUsed)) ? "Image in use" : 'Not in use'; //directory? if(is_dir(e_MEDIA."avatars/".$image_name)) @@ -2193,8 +2193,13 @@ function show_avatars() // Resized on-the-fly - avatar-size no longer an issue. $attr = "aw=".$pref['im_width']."&ah=".$pref['im_height']; $img_path = $tp->thumbUrl(e_MEDIA_ABS."avatars/".$image_name,$attr); - $img_src = "