svn path=/trunk/; revision=389
svn path=/trunk/; revision=389
This commit is contained in:
parent
643776189c
commit
8c6c339961
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@
|
||||||
$summary = $_POST['summary'];
|
$summary = $_POST['summary'];
|
||||||
$details = $_POST['details'];
|
$details = $_POST['details'];
|
||||||
$contacts = $_POST['contacts'];
|
$contacts = $_POST['contacts'];
|
||||||
|
$pointers = $_POST['pointers'];
|
||||||
$comments = $_POST['comments'];
|
$comments = $_POST['comments'];
|
||||||
$ircnick = $_POST['ircnick'];
|
$ircnick = $_POST['ircnick'];
|
||||||
$cvsuser = $_POST['cvsuser'];
|
$cvsuser = $_POST['cvsuser'];
|
||||||
|
@ -61,7 +62,7 @@
|
||||||
$bad_elements[] = "contacts";
|
$bad_elements[] = "contacts";
|
||||||
$errors[] = "Please provide e-mails of the contacts you've provided.";
|
$errors[] = "Please provide e-mails of the contacts you've provided.";
|
||||||
}
|
}
|
||||||
$obfuscated_contact = pref_replace("/@", " AT ", $email);
|
$obfuscated_contact = preg_replace("/@", " AT ", $pointers);
|
||||||
|
|
||||||
if ($spam != "not spam") {
|
if ($spam != "not spam") {
|
||||||
$bad_elements[] = "spam";
|
$bad_elements[] = "spam";
|
||||||
|
|
Loading…
Reference in a new issue