[geeklog-cvs] geeklog: Forgot to also add $bcc to the CUSTOM_mail function call

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Jun 15 15:52:15 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/2c5f2140eb1e
changeset: 7123:2c5f2140eb1e
user:      blaine Lang <blaine at portalparts.com>
date:      Mon Jun 15 15:51:47 2009 -0400
description:
Forgot to also add $bcc to the CUSTOM_mail function call

diffstat:

 public_html/lib-common.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3b8700815448 -r 2c5f2140eb1e public_html/lib-common.php
--- a/public_html/lib-common.php	Mon Jun 15 10:07:53 2009 -0400
+++ b/public_html/lib-common.php	Mon Jun 15 15:51:47 2009 -0400
@@ -3201,7 +3201,7 @@
 
     if( function_exists( 'CUSTOM_mail' ))
     {
-        return CUSTOM_mail( $to, $subject, $message, $from, $html, $priority, $cc );
+        return CUSTOM_mail( $to, $subject, $message, $from, $html, $priority, $cc, $bcc );
     }
 
     include_once( 'Mail.php' );



More information about the geeklog-cvs mailing list