Ignore:
Timestamp:
Sep 27, 2009, 6:17:56 PM (15 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] Fix for bug 1174

The unvalidated user's registration date is now displayed in red if validation have expired or in green if not expired.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/main.inc.php

    r3918 r3920  
    6060
    6161-- 2.11.3 : On Patricia's request (french forum), the unvalidated users management tab shows users according with the settings of unvalidated group and / or unvalidated status.
     62                                                Email providers exclusion list can be set with CR/LF between each entry. The comma seperator (,) is still mandatory.
     63                                                Bug fixed : Bad translation tag in french language file.
    6264                                                Improvement of unvalidated users management tab - Expired users are displayed in red color text.
    6365
     
    315317                                {
    316318                                        $ncsemail = strtolower($_POST['mail_address']);
    317                                                 $conf_nbc_MailExclusion = preg_split("/[\s,]+/",$conf_nbc_UserAdvManager[13]);
     319                                $conf_nbc_MailExclusion = preg_split("/[\s,]+/",$conf_nbc_UserAdvManager[13]);
    318320                                                for ($i = 0 ; $i < count($conf_nbc_MailExclusion) ; $i++)
    319321                                        {
Note: See TracChangeset for help on using the changeset viewer.