pajoye Sun Feb 19 19:04:19 2006 UTC
Modified files:
/pearweb/public_html/bugs report.php
Log:
- extra PEARbug header in pear-bug mails
http://cvs.php.net/viewcvs.cgi/pearweb/public_html/bugs/report.php?r1=1.54&r2=1.55&diff_format=u
Index: pearweb/public_html/bugs/report.php
diff -u pearweb/public_html/bugs/report.php:1.54
pearweb/public_html/bugs/report.php:1.55
--- pearweb/public_html/bugs/report.php:1.54 Sat Feb 11 10:36:05 2006
+++ pearweb/public_html/bugs/report.php Sun Feb 19 19:04:19 2006
@@ -17,7 +17,7 @@
* @package Bugs
* @copyright Copyright (c) 1997-2005 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: report.php,v 1.54 2006/02/11 10:36:05 pajoye Exp $
+ * @version $Id: report.php,v 1.55 2006/02/19 19:04:19 pajoye Exp $
*/
/**
@@ -237,6 +237,7 @@
// }
$extra_headers = 'From: ' . $protected_email . "\n";
+ $extra_headers .= 'X-PHP-BugTracker: PEARbug' . "\n";
$extra_headers .= 'X-PHP-Bug: ' . $cid . "\n";
$extra_headers .= 'X-PHP-Type: ' .
rinse($_POST['in']['bug_type']) . "\n";
$extra_headers .= 'X-PHP-PackageVersion: ' .
rinse($_POST['in']['package_version']) . "\n";
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|