forked from science-ation/science-ation
Substitute [FAIRNAME] in the body of the messages.
This commit is contained in:
parent
b8e4c38c2b
commit
31898032c5
@ -105,7 +105,7 @@
|
|||||||
|
|
||||||
if($r)
|
if($r)
|
||||||
{
|
{
|
||||||
email_send("register_participants_resend_regnum",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("REGNUM"=>$r->num));
|
email_send("register_participants_resend_regnum",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("REGNUM"=>$r->num,"FAIRNAME"=>i18n($config['fairname'])));
|
||||||
send_header("Participant Registration");
|
send_header("Participant Registration");
|
||||||
echo notice(i18n("Your registration number has been resent to your email addess <b>%1</b>",array($_SESSION['email']),array("email address")));
|
echo notice(i18n("Your registration number has been resent to your email addess <b>%1</b>",array($_SESSION['email']),array("email address")));
|
||||||
}
|
}
|
||||||
@ -342,7 +342,7 @@
|
|||||||
$config['FAIRYEAR'].
|
$config['FAIRYEAR'].
|
||||||
")");
|
")");
|
||||||
|
|
||||||
email_send("new_participant",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("REGNUM"=>$regnum));
|
email_send("new_participant",$_SESSION['email'],array("FAIRNAME"=>i18n($config['fairname'])),array("REGNUM"=>$regnum, "FAIRNAME"=>i18n($config['fairname'])));
|
||||||
|
|
||||||
echo i18n("You have been identified as a new registrant. An email has been sent to <b>%1</b> which contains your new <b>registration number</b>. Please check your email to obtain your <b>registration number</b> and then enter it below:",array($_SESSION['email']),array("email address"));
|
echo i18n("You have been identified as a new registrant. An email has been sent to <b>%1</b> which contains your new <b>registration number</b>. Please check your email to obtain your <b>registration number</b> and then enter it below:",array($_SESSION['email']),array("email address"));
|
||||||
echo "<input type=\"hidden\" name=\"action\" value=\"new\">";
|
echo "<input type=\"hidden\" name=\"action\" value=\"new\">";
|
||||||
|
Loading…
Reference in New Issue
Block a user