[geeklog-cvs] geeklog: Backed out changeset 2c5f2140eb1e (BCC, part 2)

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


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/506c6c7c6cb9
changeset: 7128:506c6c7c6cb9
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jun 20 16:04:18 2009 +0200
description:
Backed out changeset 2c5f2140eb1e (BCC, part 2)

diffstat:

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

diffs (12 lines):

diff -r 2c5f2140eb1e -r 506c6c7c6cb9 public_html/lib-common.php
--- a/public_html/lib-common.php	Mon Jun 15 15:51:47 2009 -0400
+++ b/public_html/lib-common.php	Sat Jun 20 16:04:18 2009 +0200
@@ -3201,7 +3201,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