Changeset 11018 for extensions/UserAdvManager/trunk/main.inc.php
- Timestamp:
- May 23, 2011, 7:05:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/main.inc.php
r10942 r11018 2 2 /* 3 3 Plugin Name: UserAdvManager 4 Version: 2.20. 74 Version: 2.20.8 5 5 Description: Renforcer la gestion des utilisateurs - Enforce users management 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216 … … 57 57 add_event_handler('init', 'UAM_InitPage'); 58 58 59 // Comment without author60 add_event_handler('user_comment_check', 'UAM_CheckEmptyCommentAuthor', 50, 2);61 62 59 // PWG_Stuffs module 63 if ((isset($conf_UAM[3 4]) and $conf_UAM[34] == 'true'))60 if ((isset($conf_UAM[33]) and $conf_UAM[33] == 'true')) 64 61 { 65 62 add_event_handler('get_stuffs_modules', 'register_UAM_stuffs_module');
Note: See TracChangeset
for help on using the changeset viewer.