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

    r7024 r8126  
    109109
    110110  // shall we simulate only
    111   if ((isset($_POST['simulate']) and $_POST['simulate'] == 1) or is_adviser())
     111  if (isset($_POST['simulate']) and $_POST['simulate'] == 1)
    112112  {
    113113    $simulate = true;
Note: See TracChangeset for help on using the changeset viewer.