Ignore:
Timestamp:
Sep 25, 2008, 2:30:42 AM (16 years ago)
Author:
rvelices
Message:
  • some checks for admins that are advisers (no write access)
  • send the charset in http header for web services
  • tag name becomes an xml attribute instead of content for tags.getList and related tags in images.getInfo (more logical and coherent with tags.getAdminList)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/menubar.php

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