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}--";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php