Ignore:
Timestamp:
Dec 14, 2010, 2:47:24 PM (13 years ago)
Author:
patdenice
Message:

feature 2060: Remove adviser mode.
First commit: only php files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/group_list.php

    r6363 r8126  
    4343// +-----------------------------------------------------------------------+
    4444
    45 if (isset($_GET['delete']) and is_numeric($_GET['delete']) and !is_adviser())
     45if (isset($_GET['delete']) and is_numeric($_GET['delete']))
    4646{
    4747  // destruction of the access linked to the group
     
    8686// +-----------------------------------------------------------------------+
    8787
    88 if (isset($_POST['submit_add']) and !is_adviser())
     88if (isset($_POST['submit_add']))
    8989{
    9090  if (empty($_POST['groupname']))
     
    128128// +-----------------------------------------------------------------------+
    129129
    130 if (isset($_GET['toggle_is_default']) and is_numeric($_GET['toggle_is_default']) and !is_adviser())
     130if (isset($_GET['toggle_is_default']) and is_numeric($_GET['toggle_is_default']))
    131131{
    132132  $query = '
Note: See TracChangeset for help on using the changeset viewer.