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

    r6363 r8126  
    6565}
    6666
    67 if ( isset($_POST['reset']) and !is_adviser())
     67if ( isset($_POST['reset']))
    6868{
    6969  $mb_conf = array();
     
    8686
    8787
    88 if ( isset($_POST['submit']) and !is_adviser() )
     88if ( isset($_POST['submit']) )
    8989{
    9090  foreach ( $mb_conf as $id => $pos )
Note: See TracChangeset for help on using the changeset viewer.