summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_song_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 16:49:44 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-29 16:49:44 +0000
commit20b425c3ac56d24068f56cfa455e07d5fa26f13d (patch)
tree460a7b1a78886d85c1decb6cf92664f726504ba9 /templates/show_edit_song_row.inc.php
parente00b5875aba6e3bad68096c59cb3641dbfb6dc4f (diff)
downloadampache-20b425c3ac56d24068f56cfa455e07d5fa26f13d.tar.gz
ampache-20b425c3ac56d24068f56cfa455e07d5fa26f13d.tar.bz2
ampache-20b425c3ac56d24068f56cfa455e07d5fa26f13d.zip
fixed song retaging, fixed the song view page tweaked sidebar browse and fixed a bug where sorting then viewing a object that could not be sorted by said type caused nothing to display
Diffstat (limited to 'templates/show_edit_song_row.inc.php')
-rw-r--r--templates/show_edit_song_row.inc.php2
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 853e467c..4880de6c 100644
--- a/templates/show_edit_song_row.inc.php
+++ b/templates/show_edit_song_row.inc.php
@@ -35,7 +35,7 @@
<?php show_genre_select('genre',$song->genre); ?>
</td>
<td>
- <input type="textbox" size="3" value="<?php echo scrub_out($song->track); ?>" />
+ <input type="textbox" name="track" size="3" value="<?php echo scrub_out($song->track); ?>" />
</td>
<td>
<input type="hidden" name="id" value="<?php echo $song->id; ?>" />