Fixed yet another typo
svn path=/trunk/; revision=395
This commit is contained in:
parent
918cd0050e
commit
bfd924a004
1 changed files with 1 additions and 1 deletions
|
@ -62,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 = preg_replace("/@/", " AT ", $contacts);
|
$obfuscated_contacts = preg_replace("/@/", " AT ", $contacts);
|
||||||
}
|
}
|
||||||
if ($spam != "not spam") {
|
if ($spam != "not spam") {
|
||||||
$bad_elements[] = "spam";
|
$bad_elements[] = "spam";
|
||||||
|
|
Loading…
Reference in a new issue