diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-13 08:12:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-13 08:12:47 +0000 |
commit | 79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e (patch) | |
tree | 6c1a88e3e571ec767ab3cd147ee86fe576b07742 /templates/show_rename_artist.inc.php | |
parent | 48e42c1b8cd28384dd7e52de8f0a4512e5dc3b4c (diff) | |
download | ampache-79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e.tar.gz ampache-79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e.tar.bz2 ampache-79b8e30e4e5b31ac2b21707b3e73d9ae485a7d3e.zip |
added loose name compare and improved rename
Diffstat (limited to 'templates/show_rename_artist.inc.php')
-rw-r--r-- | templates/show_rename_artist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 929c54c2..72f707ff 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -45,7 +45,7 @@ function insert() </td> </tr> <tr> - <td><input type="checkbox" name="update_id3" value="1" /> <?php echo _("Update id3 tags"); ?></td> + <td><input type="checkbox" name="update_id3" value="yes" /> <?php echo _("Update id3 tags"); ?></td> </tr> <tr> <td> |