From c32bd1179531287213170db7d30b07b7db812bb5 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Wed, 9 Jan 2013 14:34:40 -0500 Subject: [PATCH] Fix input field name typo --- include/staff/team.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/team.inc.php b/include/staff/team.inc.php index f533bf12b..916582d8e 100644 --- a/include/staff/team.inc.php +++ b/include/staff/team.inc.php @@ -108,7 +108,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); </tr> <tr> <td colspan=2> - <textarea name="signature" cols="21" rows="8" style="width: 80%;"><?php echo $info['notes']; ?></textarea> + <textarea name="notes" cols="21" rows="8" style="width: 80%;"><?php echo $info['notes']; ?></textarea> </td> </tr> </tbody> -- GitLab