diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-10 09:14:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-10 09:14:18 +0000 |
commit | d709751a3f5cf3fdf5b4036ef1486b14df6a646d (patch) | |
tree | 1e9d80ddc0f9d23c2e13181cb4fc6ed11d1afedb /templates/show_edit_song_row.inc.php | |
parent | e0c75b5684693605d38c437b0d3857a87127ff04 (diff) | |
download | ampache-d709751a3f5cf3fdf5b4036ef1486b14df6a646d.tar.gz ampache-d709751a3f5cf3fdf5b4036ef1486b14df6a646d.tar.bz2 ampache-d709751a3f5cf3fdf5b4036ef1486b14df6a646d.zip |
fixed registration, show edit song title issue and added limit to xml api
Diffstat (limited to 'templates/show_edit_song_row.inc.php')
-rw-r--r-- | templates/show_edit_song_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_song_row.inc.php b/templates/show_edit_song_row.inc.php index cbab7739..28f95b7a 100644 --- a/templates/show_edit_song_row.inc.php +++ b/templates/show_edit_song_row.inc.php @@ -23,7 +23,7 @@ <form method="post" id="edit_song_<?php echo $song->id; ?>"> <table cellpadding="3" cellspacing="0"> <td> - <input type="textbox" name="name" value="<?php echo scrub_out($song->title); ?>" /> + <input type="textbox" name="title" value="<?php echo scrub_out($song->title); ?>" /> </td> <td> <?php show_artist_select('artist',$song->artist,true,$song->id); ?> |