summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_song_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-10 09:14:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-10 09:14:18 +0000
commitd709751a3f5cf3fdf5b4036ef1486b14df6a646d (patch)
tree1e9d80ddc0f9d23c2e13181cb4fc6ed11d1afedb /templates/show_edit_song_row.inc.php
parente0c75b5684693605d38c437b0d3857a87127ff04 (diff)
downloadampache-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.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 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); ?>