Changeset 12205 for extensions/UserAdvManager/trunk/admin/UAM_admin.php
- Timestamp:
- Sep 23, 2011, 10:46:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/admin/UAM_admin.php
r12189 r12205 18 18 19 19 load_language('plugin.lang', UAM_PATH); 20 load_language('help /plugin.lang', UAM_PATH);20 load_language('help.lang', UAM_PATH); 21 21 22 22 … … 154 154 } 155 155 156 // Save global UAM configuration 156 157 $newconf_UAM = array( 157 158 $_POST['UAM_Mail_Info'], … … 219 220 array_push($page['errors'], l10n('UAM_Error_Using_illegal_flag')); 220 221 } 221 222 223 // Save ConfirmMail settings 222 224 $newconf_UAM_ConfirmMail = array ( 223 225 $_POST['UAM_ConfirmMail_TimeOut'], … … 269 271 $Downgrade = -1; 270 272 271 // Checkgroups list in database273 //Get groups list in database 272 274 $query = ' 273 275 SELECT id, name … … 387 389 388 390 389 //Level setting for unvalidated, validated users and downgrade status391 //Level setting for unvalidated, validated users and downgrade level 390 392 $level_options[-1] = '------------'; 391 393 $No_Valid_Level = -1;
Note: See TracChangeset
for help on using the changeset viewer.