svn: /web/php-master/trunk/manage/ event.php
[email protected] (Philip Olson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
philip Fri, 31 Dec 2010 04:42:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306896
Log:
Disable event emails to php-webmaster@ now; soon we'll probably send a weekly email instead.
Changed paths:
U web/php-master/trunk/manage/event.php
Modified: web/php-master/trunk/manage/event.php
===================================================================
--- web/php-master/trunk/manage/event.php 2010-12-31 04:06:05 UTC (rev 306895)
+++ web/php-master/trunk/manage/event.php 2010-12-31 04:42:56 UTC (rev 306896)
@@ -32,7 +32,6 @@
$message = "This event has been approved. It will appear on the PHP website shortly.";
if ($event['email']) mail($event['email'],"Event #$id Approved: $event[sdesc]",$message,"From: PHP Webmasters <[email protected]>", "[email protected]");
- mail($mailto,"Event #$id Approved: $event[sdesc]",$message,"From: [email protected]\nIn-Reply-To: <[email protected]>", "[email protected]");
warn("record $id approved");
}
else {
@@ -48,8 +47,6 @@
if ($event['email']) mail($event['email'],"Event #$id $did: $event[sdesc]",$message,"From: PHP Webmasters <[email protected]>", "[email protected]");
- mail($mailto,"Event #$id $did: $event[sdesc]",$message,"From: [email protected]\nIn-Reply-To: <[email protected]>", "[email protected]");
-
warn("record $id ".strtolower($did));
unset($id);