cvs: pearweb /include/bugs pear-bug-accountrequest.php
[email protected] ("Helgi ?ormar ?orbj?rnsson")
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvsdufuz1209212150@cvsserver> |
dufuz Sat Apr 26 12:15:50 2008 UTC
Modified files:
/pearweb/include/bugs pear-bug-accountrequest.php
Log:
use the channelname instead of the hardcoded value
http://cvs.php.net/viewvc.cgi/pearweb/include/bugs/pear-bug-accountrequest.php?r1=1.44&r2=1.45&diff_format=u
Index: pearweb/include/bugs/pear-bug-accountrequest.php
diff -u pearweb/include/bugs/pear-bug-accountrequest.php:1.44 pearweb/include/bugs/pear-bug-accountrequest.php:1.45
--- pearweb/include/bugs/pear-bug-accountrequest.php:1.44 Tue Mar 25 02:14:13 2008
+++ pearweb/include/bugs/pear-bug-accountrequest.php Sat Apr 26 12:15:50 2008
@@ -516,7 +516,7 @@
// mail to reporter
@mail($email, "[PEAR-BUG] $buginfo[bug_type] #$buginfo[id]: $sdesc",
$ascii_report . "2\n",
- "From: pear.php.net Bug Database <$mailfrom>\n" .
+ "From: " . PEAR_CHANNELNAME . " Bug Database <$mailfrom>\n" .
"X-PHP-Bug: $buginfo[id]\n" .
"Message-ID: <bug-$buginfo[id]@" . PEAR_CHANNELNAME . ">",
'-f ' . PEAR_BOUNCE_EMAIL);