Ignore:
Timestamp:
Dec 2, 2011, 11:37:38 PM (12 years ago)
Author:
Eric
Message:

Bug 2524 fixed - The "Information email" option has been moved to "misc options" section of admin panel
Bug 2525 fixed - "Obligatory email for registrations" option is checked before using the email exclusion option
Bug 2526 fixed - "PWG stuff" option has been moved one step higher in admin panel
Bug 2527 fixed - "Confirmation for admins" option has been moved one step higher in admin panel
Bug 2528 fixed - The word "validation" for "registration validation" has been replaced by "confirmation"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/main.inc.php

    r12661 r12689  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.30.2
     4Version: 2.30.3
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216
     
    6767// PWG_Stuffs module
    6868// -----------------
    69 if ((isset($conf_UAM[33]) and $conf_UAM[33] == 'true'))
     69if (isset($conf_UAM[33]) and $conf_UAM[33] == 'true')
    7070{
    7171  add_event_handler('get_stuffs_modules', 'register_UAM_stuffs_module');
     
    7474// Add new feature in user_list - Password Reset
    7575// ---------------------------------------------
    76 if ((isset($conf_UAM[38]) and $conf_UAM[38] == 'true'))
     76if (isset($conf_UAM[38]) and $conf_UAM[38] == 'true')
    7777{
    7878  // Add new column on user_list
Note: See TracChangeset for help on using the changeset viewer.