diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-27 00:18:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-27 00:18:59 +0000 |
commit | 6b0b77f12b6873204bfd73a250621115b1f539a0 (patch) | |
tree | 36aa24da3e984a3b38e0f1f11fc4a8a2ffdd1973 /templates/show_songs.inc | |
parent | 380a8615ae97295f650699e8ecdf478e54f75d74 (diff) | |
download | ampache-6b0b77f12b6873204bfd73a250621115b1f539a0.tar.gz ampache-6b0b77f12b6873204bfd73a250621115b1f539a0.tar.bz2 ampache-6b0b77f12b6873204bfd73a250621115b1f539a0.zip |
new coolness from sigger
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r-- | templates/show_songs.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 5dd22f10..e3d1cae5 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -65,7 +65,6 @@ $username=$GLOBALS['user']->username; $totalsize += $song->size; $totaltime += $song->time; if ($song->status == "disabled") { $text_class = "class=\"disabled\""; } - include("get_song_ratings.inc"); ?> <tr class="<?php echo flip_class(); ?>"> <td align="center"> |