gwynne Tue, 21 Jul 2009 08:43:49 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=284472
Log: whoops, bug links go with the log message Changed paths: U SVNROOT/commit-email.php Modified: SVNROOT/commit-email.php =================================================================== --- SVNROOT/commit-email.php 2009-07-21 08:33:19 UTC (rev 284471) +++ SVNROOT/commit-email.php 2009-07-21 08:43:49 UTC (rev 284472) @@ -192,10 +192,10 @@ "\r\n" . "Log:\r\n" . "{$commit_info['log_message']}\r\n" . + "{$bugs_body}\r\n" . "\r\n" . "Changed paths:\r\n" . "\t" . implode("\r\n\t", $commit_info['changed_paths']) . "\r\n" . - "{$bugs_body}\r\n" . str_replace("\n", "\r\n", $diffs_string); if ($diffs_string === NULL) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php