summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-13 05:59:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-01-13 05:59:13 +0000
commitcba4a991c0f554c2b5e3dec7e882476ff73760bb (patch)
tree1c1ce94578b23e8ef4e8350b525c61441bc78a65 /templates
parent40a6aaea253631c6e54cd28bc957ada5d12e6e39 (diff)
downloadampache-cba4a991c0f554c2b5e3dec7e882476ff73760bb.tar.gz
ampache-cba4a991c0f554c2b5e3dec7e882476ff73760bb.tar.bz2
ampache-cba4a991c0f554c2b5e3dec7e882476ff73760bb.zip
minor tweaks to session insertion to prevent crazy people with http agent strings over 255 from breaking the query, also fixed missing truncate
Diffstat (limited to 'templates')
-rw-r--r--templates/show_edit_artist_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_artist_row.inc.php b/templates/show_edit_artist_row.inc.php
index 5cf92b8f..0741fd6f 100644
--- a/templates/show_edit_artist_row.inc.php
+++ b/templates/show_edit_artist_row.inc.php
@@ -24,7 +24,7 @@
<table cellpadding="3" cellspacing="0">
<tr>
<td>
- <input type="textbox" name="name" value="<?php echo scrub_out($artist->f_name); ?>" />
+ <input type="textbox" name="name" value="<?php echo scrub_out($artist->f_full_name); ?>" />
</td>
<td>
<input type="hidden" name="id" value="<?php echo $artist->id; ?>" />