diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-21 19:32:25 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-21 19:32:25 +0000 |
commit | e540814435a7b825ef585bdcbf0b79f3f5f47e99 (patch) | |
tree | 823e8b7b5b9443dee06f11b30006c94f8ae7de36 /templates/show_edit_album.inc.php | |
parent | 2493e8eb48c48eeda11095406fdc22004053271a (diff) | |
download | ampache-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.php | 2 |
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(); ?>"> |