diff options
author | pb1dft <pb1dft@ampache> | 2006-11-25 22:58:24 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-11-25 22:58:24 +0000 |
commit | 0635397ab2bd5afc6789cef56b9a9d87bd52bcfd (patch) | |
tree | 931bc00aac44b959f5ed3d6efc0a673335357dea /templates/show_get_albumart.inc.php | |
parent | 9d17e8cc950234277f156b91447696a2d40a0c21 (diff) | |
download | ampache-0635397ab2bd5afc6789cef56b9a9d87bd52bcfd.tar.gz ampache-0635397ab2bd5afc6789cef56b9a9d87bd52bcfd.tar.bz2 ampache-0635397ab2bd5afc6789cef56b9a9d87bd52bcfd.zip |
Fixed some stuff on album art added ability to sort albums on name/year in artist.php
Diffstat (limited to 'templates/show_get_albumart.inc.php')
-rw-r--r-- | templates/show_get_albumart.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_get_albumart.inc.php b/templates/show_get_albumart.inc.php index 246e2254..3375ae18 100644 --- a/templates/show_get_albumart.inc.php +++ b/templates/show_get_albumart.inc.php @@ -21,7 +21,7 @@ */ ?> <?php show_box_top(_('Customize Search')); ?> -<form enctype="multipart/form-data" name="coverart" method="post" action="<?php echo conf('web_path'); ?>/albums.php?action=find_art&album_id=<?php echo $album->id; ?>&artist_name=<?php echo $_POST['artist_name'];?>&album_name=<?php echo $_POST['album_name']; ?>&cover=<?php echo scrub_out($_POST['cover']); ?>" style="Display:inline;"> +<form enctype="multipart/form-data" name="coverart" method="post" action="<?php echo conf('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;"> <table> <tr> </tr> |