remove HTML escape
it's already happening in event.php
This commit is contained in:
parent
1366d86ec0
commit
47e790caba
@ -62,7 +62,7 @@ function send_registration_mail($from, $to) {
|
||||
'startdate' => $_POST['startdate'],
|
||||
'enddate' => $_POST['enddate'],
|
||||
'description' => $_POST['description'],
|
||||
'url' => htmlspecialchars($_POST['url']),
|
||||
'url' => $_POST['url'],
|
||||
'location' => $_POST['location'],
|
||||
'city' => $_POST['city'],
|
||||
'countrycode' => explode('|', $_POST['country'])[0],
|
||||
|
Loading…
x
Reference in New Issue
Block a user