diff --git a/signup/submit.php b/signup/submit.php index 35c972a40..b953dfad9 100644 --- a/signup/submit.php +++ b/signup/submit.php @@ -433,7 +433,7 @@ echo <<The transport page does not show your arrangements correctly.
"; echo "The corrected version is: "; - echo nl2br($vars[transport_info]); +* echo nl2br($vars[transport_info]); } echo ""; @@ -465,7 +465,8 @@ END; function updateDatabase () { global $vars; - + $leadermail = "wookey-test@wookware.org"; + $adminmail = "wookey@wookware.org"; $temp = ""; $address1 = rtrim(ereg_replace(",,", ",", ereg_replace("(\r\n|\n|\r)", ", ", $vars["address"])), " \t\n\r\0\x0b.,"); @@ -519,7 +520,7 @@ function updateDatabase () $temp = $temp . "Other information: $vars[extra_info]\n"; - mail ("Wookey \n", + mail ("Expo Leader <",$leadermail">,\n", "Expo form from $vars[name]", $temp, "From: Expo forms \n");