mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-07 22:34:37 +00:00
Update php submit form 20 years or so for possible use.
This commit is contained in:
@@ -433,7 +433,7 @@ echo <<<END
|
||||
else {
|
||||
echo "<li>The transport page does not show your arrangements correctly.<br>";
|
||||
echo "The corrected version is: ";
|
||||
echo nl2br($vars[transport_info]);
|
||||
* echo nl2br($vars[transport_info]);
|
||||
}
|
||||
echo "</ul>";
|
||||
|
||||
@@ -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 <wookey@wookware.org>\n",
|
||||
mail ("Expo Leader <",$leadermail">,\n",
|
||||
"Expo form from $vars[name]", $temp,
|
||||
"From: Expo forms <expo@wookware.org>\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user