From 4f8b8c6a575941bbe4694f72c24ccfaa971caaab Mon Sep 17 00:00:00 2001 From: james Date: Fri, 10 Feb 2012 17:37:59 +0000 Subject: [PATCH] Forward port substitutions on firstname/lastname for new user welcome email --- user_new.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user_new.php b/user_new.php index 37a5f90..8262840 100644 --- a/user_new.php +++ b/user_new.php @@ -199,7 +199,9 @@ email_send($welcome_email, $data_email, array("FAIRNAME"=>i18n($config['fairname'])), array("PASSWORD"=>$u['password'], - "EMAIL"=>$data_email) + "EMAIL"=>$data_email, + "FIRSTNAME"=>$data_fn, + "LASTNAME"=>$data_ln) ); /* now redirect to the login page */