Ignore:
Timestamp:
Mar 17, 2011, 12:35:45 AM (13 years ago)
Author:
patdenice
Message:

Compatible 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/trunk/modules/LastComs/main.inc.php

    r9369 r9737  
    88// +-----------------------------------------------------------------------+
    99// comments deletion
    10 if (isset($_GET['delete']) and is_numeric($_GET['delete']) and is_admin() and !is_adviser())
     10if (isset($_GET['delete']) and is_numeric($_GET['delete']) and is_admin())
    1111{
    1212    check_status(ACCESS_ADMINISTRATOR);
     
    2020
    2121// comments validation
    22 if (isset($_GET['validate']) and is_numeric($_GET['validate']) and is_admin() and !is_adviser())
     22if (isset($_GET['validate']) and is_numeric($_GET['validate']) and is_admin())
    2323{
    2424    check_status(ACCESS_ADMINISTRATOR);
Note: See TracChangeset for help on using the changeset viewer.