svn: SVNROOT/ commit-email.php

[email protected] (Gwynne Raskind) Tue, 21 Jul 09 08:43:49 +0000
Newsgroups php.cvs,svn.migration
Message-ID <[email protected]>
--8602ab19cd0a0ca17e36d5a8eb2629818c415613
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

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) {

--8602ab19cd0a0ca17e36d5a8eb2629818c415613--