Fixed something in syntax

svn path=/trunk/; revision=392
This commit is contained in:
Baris Cicek 2007-03-02 20:06:37 +00:00
parent f4c5f40698
commit 79c152f6ae

View file

@ -65,8 +65,8 @@
$bad_elements[] = "contacts";
$errors[] = "Please provide e-mails of the contacts you've provided.";
}
$obfuscated_contact = preg_replace("/@/", " AT ", $pointers);
$obfuscated_contact = preg_replace("/@/", " AT ", $contacts);
}
if ($spam != "not spam") {
$bad_elements[] = "spam";
$errors[] = "Please fill the \"not spam\" field.";