From 8c6c3399617da449b1b864e6fc0570bc8c5b6e4e Mon Sep 17 00:00:00 2001 From: Baris Cicek Date: Fri, 2 Mar 2007 13:15:09 +0000 Subject: [PATCH] svn path=/trunk/; revision=389 svn path=/trunk/; revision=389 --- foundation.gnome.org/membership/application.wml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml index 7b8ef2c..a74a4b5 100644 --- a/foundation.gnome.org/membership/application.wml +++ b/foundation.gnome.org/membership/application.wml @@ -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";