Fixed yet another typo

svn path=/trunk/; revision=395
This commit is contained in:
Baris Cicek 2007-03-02 20:21:19 +00:00
parent 918cd0050e
commit bfd924a004

View file

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