diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 07:50:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 07:50:45 +0000 |
commit | fe4774127f292ce94ab79771bc72cbb7ca4db371 (patch) | |
tree | d8cba0fe9520260c86f8a7cbe9b06bc077780ce8 /templates/show_album.inc | |
parent | 9e5afd340f0fd74c0da852be1f24cfe5285e38e8 (diff) | |
download | ampache-fe4774127f292ce94ab79771bc72cbb7ca4db371.tar.gz ampache-fe4774127f292ce94ab79771bc72cbb7ca4db371.tar.bz2 ampache-fe4774127f292ce94ab79771bc72cbb7ca4db371.zip |
fixed a mistake on the ratings, added it to artist and fixed location detection
Diffstat (limited to 'templates/show_album.inc')
-rw-r--r-- | templates/show_album.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_album.inc b/templates/show_album.inc index d16a9cf3..6a466aab 100644 --- a/templates/show_album.inc +++ b/templates/show_album.inc @@ -58,8 +58,8 @@ $username=$user->username; <td valign="top"> <?php if (conf('ratings')) { - show_rating($album->id,'artist'); - } // end if flash + show_rating($album->id,'album'); + } // end if ratings echo "<br />\n"; ?> <b>Actions:</b><br /> |