From ca3d4572837b4caebee850e11fe3f591bd765dff Mon Sep 17 00:00:00 2001 From: pb1dft Date: Fri, 17 Nov 2006 00:43:11 +0000 Subject: Fixed upload playlist and a minor issue in most popular --- lib/general.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/general.lib.php b/lib/general.lib.php index 6cce88b8..697e0f50 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -631,7 +631,7 @@ function get_global_popular($type) { $artist_obj->format_artist(); $artist = $artist_obj->full_name; $items[] = "
  • " . - scrub_out(truncate_with_ellipse($artist, conf('ellipse_threshold_artist')+3)) . " (" . $r['count'] . ")
  • "; + truncate_with_ellipse($artist, conf('ellipse_threshold_artist')+3) . " (" . $r['count'] . ") "; } // if type isn't artist /* If Album */ -- cgit