From 1477e8ffa6176b8f2ebc6c1fd21452675e74cdcc Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 11 Nov 2003 21:19:21 +0000 Subject: [PATCH] fix the From: e-mail address. 2003-11-11 Vincent Untz * foundation.gnome.org/membership/application.wml: fix the From: e-mail address. --- ChangeLog | 5 +++++ foundation.gnome.org/membership/application.wml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a5895e..9fb8da4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-11 Vincent Untz + + * foundation.gnome.org/membership/application.wml: fix the From: + e-mail address. + 2003-11-11 Vincent Untz * foundation.gnome.org/membership/application.wml: don't initialize diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml index 8c2b18d..63f76e9 100644 --- a/foundation.gnome.org/membership/application.wml +++ b/foundation.gnome.org/membership/application.wml @@ -84,7 +84,7 @@ $formmail .= "\n"; $formmail .= "[Application received at " . date("D M j G:i:s Y") . " (Eastern time)]"; - $headers = "From: GNOME Foundation Membership Committee Script \nCc: $email\n"; + $headers = "From: GNOME Foundation Membership Committee Script \nCc: $email\n"; if ($previousmember) { $subject = "[RENEWAL] Application received from $name ($obfuscated_email)";