Ignore:
Timestamp:
Jun 4, 2009, 9:14:57 PM (15 years ago)
Author:
Eric
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/include/functions_UserAdvManager.inc.php

    r3385 r3393  
    317317        $conf_nbc_UserAdvManager = isset($conf['nbc_UserAdvManager']) ? explode(";" , $conf['nbc_UserAdvManager']) : array();
    318318        if (isset($conf_nbc_UserAdvManager[12]))
     319        $ncsemail = strtolower($email);
    319320        {
    320321                $conf_nbc_MailExclusion = split (",",$conf_nbc_UserAdvManager[13]);
    321322                for ($i = 0 ; $i < count($conf_nbc_MailExclusion) ; $i++)
    322323                        {
    323                                 if (ereg($conf_nbc_MailExclusion[$i], $email))
     324                                if (ereg($conf_nbc_MailExclusion[$i], $ncsemail))
    324325                                        return false;
    325326                                else
Note: See TracChangeset for help on using the changeset viewer.