fix the From: e-mail address.

2003-11-11  Vincent Untz  <vincent@vuntz.net>

	* foundation.gnome.org/membership/application.wml: fix the From:
	e-mail address.
This commit is contained in:
Vincent Untz 2003-11-11 21:19:21 +00:00 committed by Vincent Untz
parent f1e5238a31
commit 1477e8ffa6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-11-11 Vincent Untz <vincent@vuntz.net>
* foundation.gnome.org/membership/application.wml: fix the From:
e-mail address.
2003-11-11 Vincent Untz <vincent@vuntz.net>
* foundation.gnome.org/membership/application.wml: don't initialize

View file

@ -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 <gnome-membership@gnome.org>\nCc: $email\n";
$headers = "From: GNOME Foundation Membership Committee Script <membership-committee@gnome.org>\nCc: $email\n";
if ($previousmember) {
$subject = "[RENEWAL] Application received from $name ($obfuscated_email)";