Ignore:
Timestamp:
Feb 11, 2013, 10:04:26 PM (11 years ago)
Author:
Eric
Message:

r20703 merged from trunk to branch 2.41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.41/include/functions.inc.php

    r20592 r20704  
    139139    // No validation needed when admins add users - users are considered as valid by default
    140140    // -------------------------------------------------------------------------------------
    141     if (isset($page['page']) and ($page['page'] != 'user_list'))
    142     {
     141    //Bug 2829 fix not working - if (isset($page['page']) and ($page['page'] != 'user_list'))
     142    //{
    143143      if (isset($conf_UAM[1]) and $conf_UAM[1] == 'local')
    144144      {
     
    172172        }
    173173      }
    174     }
     174    //}
    175175  }
    176176}
Note: See TracChangeset for help on using the changeset viewer.