svn: SVNROOT/ commit-email.php
[email protected] (Rasmus Lerdorf) Sun, 19 Jul 09 23:48:04 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
--6215ce8263e116af33ceab9928416b292c23d4f3
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
rasmus Sun, 19 Jul 2009 23:48:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=284400
Changed paths:
U SVNROOT/commit-email.php
Log:
Last WS fix
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-07-19 23:33:50 UTC (rev 284399)
+++ SVNROOT/commit-email.php 2009-07-19 23:48:04 UTC (rev 284400)
@@ -219,7 +219,7 @@
$bugs_body = '';
if ($bugs) {
include '/home/svn/SVNROOT/secret.inc';
- $bugs_body = (count($bugs_array[1])>1) ? "\r\nBugs: " : "\r\nBug: ";
+ $bugs_body = (count($bugs_array[1])>1) ? "Bugs: " : "Bug: ";
foreach ($bugs_array[1] as $k=>$bug_id) {
$bug_sdesc = '';
$bug_status = '';
--6215ce8263e116af33ceab9928416b292c23d4f3--