Changeset 20704
- Timestamp:
- Feb 11, 2013, 10:04:26 PM (12 years ago)
- Location:
- extensions/UserAdvManager/branches/2.41
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/branches/2.41/changelog.txt.php
r20592 r20704 373 373 Update tr_TR, thanks to : hakanselcuk and LazBoy 374 374 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 375 378 */ 376 379 ?> -
extensions/UserAdvManager/branches/2.41/include/functions.inc.php
r20592 r20704 139 139 // No validation needed when admins add users - users are considered as valid by default 140 140 // ------------------------------------------------------------------------------------- 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 //{ 143 143 if (isset($conf_UAM[1]) and $conf_UAM[1] == 'local') 144 144 { … … 172 172 } 173 173 } 174 }174 //} 175 175 } 176 176 }
Note: See TracChangeset
for help on using the changeset viewer.