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

    r6714 r8126  
    4141// +-----------------------------------------------------------------------+
    4242
    43 if (isset($_GET['sync_metadata']) and !is_adviser())
     43if (isset($_GET['sync_metadata']))
    4444{
    4545  $query = '
     
    7171}
    7272
    73 if (isset($_POST['submit']) and count($page['errors']) == 0 and !is_adviser())
     73if (isset($_POST['submit']) and count($page['errors']) == 0)
    7474{
    7575  $data = array();
     
    125125    and isset($_POST['cat_dissociated'])
    126126    and count($_POST['cat_dissociated']) > 0
    127     and !is_adviser()
    128127  )
    129128{
     
    137136    and isset($_POST['cat_associated'])
    138137    and count($_POST['cat_associated']) > 0
    139     and !is_adviser()
    140138  )
    141139{
     
    153151    and isset($_POST['cat_dismissed'])
    154152    and count($_POST['cat_dismissed']) > 0
    155     and !is_adviser()
    156153  )
    157154{
     
    171168    and isset($_POST['cat_elected'])
    172169    and count($_POST['cat_elected']) > 0
    173     and !is_adviser()
    174170  )
    175171{
Note: See TracChangeset for help on using the changeset viewer.