summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_album_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-06 06:05:32 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-06 06:05:32 +0000
commitb3dcd437cb507774753659faa113d499e107e201 (patch)
treefaaaf999315b575f063c0564ea4d6d5aebb9ea5e /templates/show_edit_album_row.inc.php
parentf7cfd87117fbd41911bb6823aec8ea3ffdd72350 (diff)
downloadampache-b3dcd437cb507774753659faa113d499e107e201.tar.gz
ampache-b3dcd437cb507774753659faa113d499e107e201.tar.bz2
ampache-b3dcd437cb507774753659faa113d499e107e201.zip
fixed lack of prefix on albums improves album art search results, thx darkside
Diffstat (limited to 'templates/show_edit_album_row.inc.php')
-rw-r--r--templates/show_edit_album_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php
index 341048c3..0e19c080 100644
--- a/templates/show_edit_album_row.inc.php
+++ b/templates/show_edit_album_row.inc.php
@@ -24,7 +24,7 @@
<table cellpadding="3" cellspacing="0">
<tr>
<td>
- <input type="textbox" name="name" value="<?php echo scrub_out($album->name); ?>" />
+ <input type="textbox" name="name" value="<?php echo scrub_out($album->full_name); ?>" />
</td>
<td>
<?php