Ignore:
Timestamp:
May 26, 2011, 7:00:46 PM (13 years ago)
Author:
Eric
Message:

Add new feature : Users in a specified group can post comments without admin validation when "Comments for all" is enabled and admin validation is enabled.
New version 2.2.1 hard coded for publication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_Access_Manager/main.inc.php

    r11017 r11069  
    22/*
    33Plugin Name: Comments Access Manager
    4 Version: 2.2.0
     4Version: 2.2.1
    55Description: Gérer l'accès aux commentaites - Manage comments access
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=
     
    1818include_once (CM_PATH.'include/functions.inc.php');
    1919
    20 load_language('plugin.lang', CM_PATH);
    21 $conf_CM = unserialize($conf['CommentsManager']);
    22 
    23 
    2420// Plugin administration panel
    2521add_event_handler('get_admin_plugin_menu_links', 'CM_admin_menu');
Note: See TracChangeset for help on using the changeset viewer.