cvs: php-master-web /entry user-note.php /scripts php_version
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1204186803@cvsserver> |
bjori Thu Feb 28 08:20:03 2008 UTC
Modified files:
/php-master-web/entry user-note.php
/php-master-web/scripts php_version
Log:
Update webmaster address to point to the mailinglist
http://cvs.php.net/viewvc.cgi/php-master-web/entry/user-note.php?r1=1.68&r2=1.69&diff_format=u
Index: php-master-web/entry/user-note.php
diff -u php-master-web/entry/user-note.php:1.68 php-master-web/entry/user-note.php:1.69
--- php-master-web/entry/user-note.php:1.68 Sun Jun 17 17:00:48 2007
+++ php-master-web/entry/user-note.php Thu Feb 28 08:20:03 2008
@@ -76,7 +76,7 @@
mail ($failto,
'failed manual note query',
"Query Failed: $query\nError: ".mysql_error(),
- 'From: [email protected]',
+ 'From: [email protected]',
'[email protected]'
);
die("failed to query note db");
@@ -94,7 +94,7 @@
"User : $user\n" .
"Section: $sect\n" .
"Note : $note",
- 'From: [email protected]',
+ 'From: [email protected]',
'[email protected]'
);
die ('[TOO MANY NOTES]');
@@ -160,7 +160,7 @@
mail($failto,
'failed manual note query',
"Query Failed: $query\nError: ".mysql_error(),
- 'From: [email protected]',
+ 'From: [email protected]',
"[email protected]");
die("failed to insert record");
}
http://cvs.php.net/viewvc.cgi/php-master-web/scripts/php_version?r1=1.3&r2=1.4&diff_format=u
Index: php-master-web/scripts/php_version
diff -u php-master-web/scripts/php_version:1.3 php-master-web/scripts/php_version:1.4
--- php-master-web/scripts/php_version:1.3 Mon Sep 10 20:11:02 2007
+++ php-master-web/scripts/php_version Thu Feb 28 08:20:03 2008
@@ -27,7 +27,7 @@
$author = $feed->appendChild($doc->createElement("author"));
$author->appendChild($doc->createElement("name", "Webmaster"));
$author->appendChild($doc->createElement("uri", "http://php.net/contact"));
- $author->appendChild($doc->createElement("email", "[email protected]"));
+ $author->appendChild($doc->createElement("email", "[email protected]"));
$feed->appendChild($doc->createElement("id", "http://php.net/releases/index.php"));