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

Bug 2842 fixed : Rollback of bug 2829
Next version is 2.41.5

Location:
extensions/UserAdvManager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/changelog.txt.php

    r20591 r20703  
    373373            Update tr_TR, thanks to : hakanselcuk and LazBoy
    374374
     375-- 2.41.5 : Bug 2842 fixed - Previews bug 2829 fix did affect the normal registration confirmation.
     376            Update tr_TR, thanks to : hakanselcuk
     377
    375378*/
    376379?>
  • extensions/UserAdvManager/trunk/include/functions.inc.php

    r20591 r20703  
    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.