From 17eeb47d3c492e9afcb73ccdf255f2b2386709bd Mon Sep 17 00:00:00 2001 From: jengo Date: Wed, 18 Oct 2000 20:21:52 +0000 Subject: [PATCH] Fixed new account form not return the user firstname or lastname on an error. --- admin/newaccount.php | 4 ++-- version.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/newaccount.php b/admin/newaccount.php index e8b76c8f76..25fb9c3a87 100755 --- a/admin/newaccount.php +++ b/admin/newaccount.php @@ -116,10 +116,10 @@ $t->set_var("n_passwd_2_value",$n_passwd_2); $t->set_var("lang_firstname",lang("First Name")); - $t->set_var("n_firstname_value",$firstname); + $t->set_var("n_firstname_value",$n_firstname); $t->set_var("lang_lastname",lang("Last Name")); - $t->set_var("n_lastname_value",$lastname); + $t->set_var("n_lastname_value",$n_lastname); $t->set_var("lang_groups",lang("Groups")); $group_select = '