Ignore:
Timestamp:
May 23, 2011, 7:05:01 PM (13 years ago)
Author:
Eric
Message:

Remove all options related to comments because they are processed in new "Comments Access Manager" plugin.
New version 2.20.8 hard coded for publication.

File:
1 edited

Legend:

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

    r10942 r11018  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.20.7
     4Version: 2.20.8
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216
     
    5757add_event_handler('init', 'UAM_InitPage');
    5858
    59 // Comment without author
    60 add_event_handler('user_comment_check', 'UAM_CheckEmptyCommentAuthor', 50, 2);
    61 
    6259// PWG_Stuffs module
    63 if ((isset($conf_UAM[34]) and $conf_UAM[34] == 'true'))
     60if ((isset($conf_UAM[33]) and $conf_UAM[33] == 'true'))
    6461{
    6562  add_event_handler('get_stuffs_modules', 'register_UAM_stuffs_module');
Note: See TracChangeset for help on using the changeset viewer.