diff options
author | xgizzmo <xgizzmo@ampache> | 2007-01-23 01:30:29 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-01-23 01:30:29 +0000 |
commit | 43b01439c69217a1fa9a5aa131b2410ea0169881 (patch) | |
tree | 0f530b2bdfa36a934a2d00992537d2f0c8d106f3 /templates | |
parent | a285c5e5512b38cf27dc0aec1633ebad0ed4d150 (diff) | |
download | ampache-43b01439c69217a1fa9a5aa131b2410ea0169881.tar.gz ampache-43b01439c69217a1fa9a5aa131b2410ea0169881.tar.bz2 ampache-43b01439c69217a1fa9a5aa131b2410ea0169881.zip |
fixed a short tag
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_songs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 5f7b711d..26eafc08 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -130,7 +130,7 @@ foreach ($song_ids as $song_id) { </td> <td> <a href="<?php echo $web_path; ?>/flag.php?action=show_flag&type=song&id=<?php echo $song->id; ?>"> - <? + <?php if ($song->has_flag()) { echo get_user_icon('flag'); } |