diff options
Diffstat (limited to 'templates/show_edit_artist_row.inc.php')
-rw-r--r-- | templates/show_edit_artist_row.inc.php | 2 |
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; ?>" /> |