Ignore:
Timestamp:
Apr 15, 2011, 5:14:52 PM (13 years ago)
Author:
cljosse
Message:

[extensions] mail_supervisor fix bug on Bcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/main.inc.php

    r10385 r10388  
    9999    $match_email = $conf_mail['email_webmaster'];     
    100100    $new_args=array();
     101    if( isset($args['Bcc']))
    101102    foreach($args['Bcc'] as $key => $val){
    102103      if (!preg_match('/'. $match_email.'/', $val)){
Note: See TracChangeset for help on using the changeset viewer.