From bfd924a004adc46688ffd53e89bd54e7d6bf8f8d Mon Sep 17 00:00:00 2001 From: Baris Cicek Date: Fri, 2 Mar 2007 20:21:19 +0000 Subject: [PATCH] Fixed yet another typo svn path=/trunk/; revision=395 --- foundation.gnome.org/membership/application.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml index d1f4f32..933c3dc 100644 --- a/foundation.gnome.org/membership/application.wml +++ b/foundation.gnome.org/membership/application.wml @@ -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";