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

    r6550 r8126  
    3838
    3939//--------------------------------------------------perform requested actions
    40 if (isset($_GET['action']) and isset($_GET['language']) and !is_adviser())
     40if (isset($_GET['action']) and isset($_GET['language']))
    4141{
    4242  $page['errors'] = $languages->perform_action($_GET['action'], $_GET['language']);
Note: See TracChangeset for help on using the changeset viewer.