summaryrefslogtreecommitdiffstats
path: root/templates/show_get_albumart.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-08-01 03:33:40 +0000
committerxgizzmo <xgizzmo@ampache>2007-08-01 03:33:40 +0000
commit67fd06887b1659569a6c2b61f2c700560bb71cd5 (patch)
tree2234814fc92ed06504865a4fd368782462564760 /templates/show_get_albumart.inc.php
parentf4812a7921ea60f8519d9d2593d9a667faa14ff6 (diff)
downloadampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.tar.gz
ampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.tar.bz2
ampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.zip
Replace references to old code with new code
Diffstat (limited to 'templates/show_get_albumart.inc.php')
-rw-r--r--templates/show_get_albumart.inc.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/show_get_albumart.inc.php b/templates/show_get_albumart.inc.php
index 7d2bd475..67335e14 100644
--- a/templates/show_get_albumart.inc.php
+++ b/templates/show_get_albumart.inc.php
@@ -21,11 +21,9 @@
*/
?>
<?php show_box_top(_('Customize Search')); ?>
-<form enctype="multipart/form-data" name="coverart" method="post" action="<?php echo Config::get('web_path'); ?>/albums.php?action=find_art&album_id=<?php echo $album->id; ?>&artist_name=<?php echo $_REQUEST['artist_name'];?>&album_name=<?php echo $_REQUEST['album_name']; ?>&cover=<?php echo scrub_out($_REQUEST['cover']); ?>" style="Display:inline;">
+<form enctype="multipart/form-data" name="coverart" method="post" action="<?php echo Config::get('web_path'); ?>/albums.php?action=find_art&amp;album_id=<?php echo $album->id; ?>&amp;artist_name=<?php echo $_REQUEST['artist_name'];?>&amp;album_name=<?php echo $_REQUEST['album_name']; ?>&amp;cover=<?php echo scrub_out($_REQUEST['cover']); ?>" style="Display:inline;">
<table>
<tr>
-</tr>
-<tr>
<td>
<?php echo _('Artist'); ?>&nbsp;
</td>