Ignore:
Timestamp:
Sep 23, 2011, 10:46:40 PM (13 years ago)
Author:
Eric
Message:

For compliance with new online translation tool:

  • Rename /help/plugin.lang.php to /help/help.lang.php
  • Relocate help.lang.php in language root directory
  • Remove help directory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/UAM_admin.php

    r12189 r12205  
    1818
    1919load_language('plugin.lang', UAM_PATH);
    20 load_language('help/plugin.lang', UAM_PATH);
     20load_language('help.lang', UAM_PATH);
    2121
    2222
     
    154154    }
    155155
     156    // Save global UAM configuration
    156157                $newconf_UAM = array(
    157158      $_POST['UAM_Mail_Info'],
     
    219220      array_push($page['errors'], l10n('UAM_Error_Using_illegal_flag'));
    220221    }
    221    
     222
     223    // Save ConfirmMail settings
    222224          $newconf_UAM_ConfirmMail = array (
    223225      $_POST['UAM_ConfirmMail_TimeOut'],
     
    269271  $Downgrade = -1;
    270272       
    271   //Check groups list in database
     273  //Get groups list in database
    272274  $query = '
    273275SELECT id, name
     
    387389
    388390
    389   //Level setting for unvalidated, validated users and downgrade status
     391  //Level setting for unvalidated, validated users and downgrade level
    390392  $level_options[-1] = '------------';
    391393  $No_Valid_Level = -1;
Note: See TracChangeset for help on using the changeset viewer.