[geeklog-cvs] geeklog: Backing out Blaine's BCC changes (for later)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jun 20 10:24:26 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/c92cfd61bea2
changeset: 7130:c92cfd61bea2
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jun 20 16:06:51 2009 +0200
description:
Backing out Blaine's BCC changes (for later)

diffstat:

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

diffs (12 lines):

diff -r 5ea3e9d5a82e -r c92cfd61bea2 public_html/lib-common.php
--- a/public_html/lib-common.php	Sat Jun 20 16:06:40 2009 +0200
+++ b/public_html/lib-common.php	Sat Jun 20 16:06:51 2009 +0200
@@ -3199,7 +3199,7 @@
 
     if( function_exists( 'CUSTOM_mail' ))
     {
-        return CUSTOM_mail( $to, $subject, $message, $from, $html, $priority, $cc, $bcc );
+        return CUSTOM_mail( $to, $subject, $message, $from, $html, $priority, $cc );
     }
 
     include_once( 'Mail.php' );



More information about the geeklog-cvs mailing list