summaryrefslogtreecommitdiffstats
path: root/templates/show_list_duplicates.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-07-29 21:21:32 +0000
committerxgizzmo <xgizzmo@ampache>2007-07-29 21:21:32 +0000
commite46b19547e7d16999b05577ec64631cc12796355 (patch)
treea18f0af39faecf11f2f1faa770991c34b59906a4 /templates/show_list_duplicates.inc.php
parentf6121006313be194bc760e27e4af60828c69b38f (diff)
downloadampache-e46b19547e7d16999b05577ec64631cc12796355.tar.gz
ampache-e46b19547e7d16999b05577ec64631cc12796355.tar.bz2
ampache-e46b19547e7d16999b05577ec64631cc12796355.zip
Replace references to old code with new code
Diffstat (limited to 'templates/show_list_duplicates.inc.php')
-rw-r--r--templates/show_list_duplicates.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_list_duplicates.inc.php b/templates/show_list_duplicates.inc.php
index 41572cc1..f4ff4b58 100644
--- a/templates/show_list_duplicates.inc.php
+++ b/templates/show_list_duplicates.inc.php
@@ -59,7 +59,7 @@ if (count($flags)) { ?>
if ($key == '0' AND $_REQUEST['auto']) { $check_txt = ' checked="checked"'; }
echo "<tr class=\"".$current_class."\">".
"<td><input type=\"checkbox\" name=\"song_ids[]\" value=\"" . $dinfo['songid'] . "\" $check_txt/></td>".
- "<td><a href=\"$web_path/song.php?action=single_song&amp;song_id=$song->id\">".scrub_out($formated_title)."</a> </td>".
+ "<td><a href=\"$web_path/stream.php?action=single_song&amp;song_id=$song->id\">".scrub_out($formated_title)."</a> </td>".
"<td><a href=\"$web_path/artists.php?action=show&amp;artist=".$dinfo['artistid']."\" title=\"".scrub_out($dinfo['artist'])."\">".scrub_out($dinfo['artist'])."</a> </td>".
"<td><a href=\"$web_path/albums.php?action=show&amp;album=".$dinfo['albumid']."\" title=\"".scrub_out($dinfo['album'])."\">".scrub_out($dinfo['album'])."</a> </td>".
"<td>".floor($dinfo['time']/60).":".sprintf("%02d", ($dinfo['time']%60) )."</td>".