summaryrefslogtreecommitdiffstats
path: root/albums.php
diff options
context:
space:
mode:
authormorgan <morgan@ampache>2006-04-06 16:56:53 +0000
committermorgan <morgan@ampache>2006-04-06 16:56:53 +0000
commit15cfa018a642859b8b5161b622a415b22131e8e0 (patch)
tree565e6b4a0ad02fcf2daad93cc872bf51ecfa0550 /albums.php
parent3b01fd4cdbdeefb5ce591a6b5dc099d912b6ced2 (diff)
downloadampache-15cfa018a642859b8b5161b622a415b22131e8e0.tar.gz
ampache-15cfa018a642859b8b5161b622a415b22131e8e0.tar.bz2
ampache-15cfa018a642859b8b5161b622a415b22131e8e0.zip
Remove some unnecessary text that was getting mangled by scrub_out anyways.
Diffstat (limited to 'albums.php')
-rw-r--r--albums.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/albums.php b/albums.php
index a28e6a50..e8574aa9 100644
--- a/albums.php
+++ b/albums.php
@@ -125,9 +125,7 @@ elseif ($_REQUEST['action'] === 'select_art') {
$album = new Album($album_id);
$album->insert_art($image_data,$mime);
- $msg = "<br />\n<img src=\"" . conf('web_path') . "/albumart.php?id=$album_id\" width=\"175\" height=\"175\" /><br />";
-
- show_confirmation(_("Album Art Inserted"),$msg,"/albums.php?action=show&album=$album_id");
+ show_confirmation(_("Album Art Inserted"),"","/albums.php?action=show&album=$album_id");
} // end select art