svn path=/trunk/; revision=389

svn path=/trunk/; revision=389
This commit is contained in:
Baris Cicek 2007-03-02 13:15:09 +00:00
parent 643776189c
commit 8c6c339961

View file

@ -21,6 +21,7 @@
$summary = $_POST['summary'];
$details = $_POST['details'];
$contacts = $_POST['contacts'];
$pointers = $_POST['pointers'];
$comments = $_POST['comments'];
$ircnick = $_POST['ircnick'];
$cvsuser = $_POST['cvsuser'];
@ -61,7 +62,7 @@
$bad_elements[] = "contacts";
$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") {
$bad_elements[] = "spam";