diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-06 06:05:32 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-06 06:05:32 +0000 |
commit | b3dcd437cb507774753659faa113d499e107e201 (patch) | |
tree | faaaf999315b575f063c0564ea4d6d5aebb9ea5e /templates/show_edit_album_row.inc.php | |
parent | f7cfd87117fbd41911bb6823aec8ea3ffdd72350 (diff) | |
download | ampache-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.php | 2 |
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 |