From e46b19547e7d16999b05577ec64631cc12796355 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Sun, 29 Jul 2007 21:21:32 +0000 Subject: Replace references to old code with new code --- lib/general.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/general.lib.php') diff --git a/lib/general.lib.php b/lib/general.lib.php index 65422c48..ea1556d3 100644 --- a/lib/general.lib.php +++ b/lib/general.lib.php @@ -452,7 +452,7 @@ function get_global_popular($type) { $song->format(); $text = "$song->f_artist_full - $song->title"; /* Add to array */ - $song->link = "id\" title=\"". scrub_out($text) ."\">" . + $song->link = "id\" title=\"". scrub_out($text) ."\">" . scrub_out(truncate_with_ellipsis($text, Config::get('ellipsis_threshold_title')+3)) . " (" . $r['count'] . ")"; $items[] = $song; } // if it's a song -- cgit