Changeset 8126 for trunk/admin/tags.php


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/tags.php

    r6363 r8126  
    3939// +-----------------------------------------------------------------------+
    4040
    41 if (isset($_POST['submit']) and !is_adviser())
     41if (isset($_POST['submit']))
    4242{
    4343  $query = '
     
    105105// +-----------------------------------------------------------------------+
    106106
    107 if (isset($_POST['delete']) and isset($_POST['tags']) and !is_adviser())
     107if (isset($_POST['delete']) and isset($_POST['tags']))
    108108{
    109109  $query = '
     
    142142// +-----------------------------------------------------------------------+
    143143
    144 if (isset($_POST['add']) and !empty($_POST['add_tag']) and !is_adviser())
     144if (isset($_POST['add']) and !empty($_POST['add_tag']))
    145145{
    146146  $tag_name = $_POST['add_tag'];
Note: See TracChangeset for help on using the changeset viewer.