svn: SVNROOT/ commit-email.php
[email protected] (Gwynne Raskind) Mon, 20 Jul 09 10:14:10 +0000
| Newsgroups | php.cvs,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
--5b15c01b4c1805e8e4079b7b59791400e77b707a
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
gwynne Mon, 20 Jul 2009 10:14:10 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=284425
Changed paths:
U SVNROOT/commit-email.php
Log:
again with the need for better debugging. no more empty diff attachments
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-07-20 10:12:34 UTC (rev 284424)
+++ SVNROOT/commit-email.php 2009-07-20 10:14:10 UTC (rev 284425)
@@ -205,7 +205,7 @@
"Content-Disposition: attachment; filename=\"{$boundary}.txt\"\r\n" .
"Content-Transfer-Encoding: base64\r\n" .
"\r\n" .
- wordwrap(base64_encode($diffs), 80, "\r\n", TRUE) . "\r\n";
+ wordwrap(base64_encode($commit_info['diffs']), 80, "\r\n", TRUE) . "\r\n";
}
$msg_body .= "\r\n--{$boundary}--";
--5b15c01b4c1805e8e4079b7b59791400e77b707a--