Ignore:
Timestamp:
Aug 9, 2012, 10:03:31 PM (12 years ago)
Author:
Eric
Message:

Bug 2658 fixed - Compatibility check between UAM's "email exclusion" option and Piwigo's "Mail address is mandatory for all users" to avoid configuration conflicts.

New version 2.40.4 hard coded for publication

File:
1 edited

Legend:

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

    r17448 r17507  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.40.3
     4Version: auto
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216
     
    258258  }
    259259}
     260
     261
     262// Check options compatibilité between UAM and Piwigo at admin page load
     263// ---------------------------------------------------------------------
     264add_event_handler('loc_begin_admin_page', 'UAM_check_compat');
    260265?>
Note: See TracChangeset for help on using the changeset viewer.