summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_album.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-21 19:32:25 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-21 19:32:25 +0000
commite540814435a7b825ef585bdcbf0b79f3f5f47e99 (patch)
tree823e8b7b5b9443dee06f11b30006c94f8ae7de36 /templates/show_edit_album.inc.php
parent2493e8eb48c48eeda11095406fdc22004053271a (diff)
downloadampache-e540814435a7b825ef585bdcbf0b79f3f5f47e99.tar.gz
ampache-e540814435a7b825ef585bdcbf0b79f3f5f47e99.tar.bz2
ampache-e540814435a7b825ef585bdcbf0b79f3f5f47e99.zip
added ability to edit artists and albums and flag all songs under them for re-taging
Diffstat (limited to 'templates/show_edit_album.inc.php')
-rw-r--r--templates/show_edit_album.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php
index 141288b8..3fa7fd20 100644
--- a/templates/show_edit_album.inc.php
+++ b/templates/show_edit_album.inc.php
@@ -26,7 +26,7 @@
<tr class="<?php echo flip_class(); ?>">
<td><?php echo _('Name'); ?></td>
<td>
- <input type="textbox" name="name" value="<?php echo scrub_out($album->artist); ?>">
+ <input type="textbox" name="name" value="<?php echo scrub_out($album->name); ?>">
</td>
</tr>
<tr class="<?php echo flip_class(); ?>">