Ignore:
Timestamp:
Jul 11, 2006, 10:51:24 PM (18 years ago)
Author:
rub
Message:

Resolved Issue ID 0000456, 0000457, 0000459, 0000465:

o Fix bugs adviser mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/site_update.php

    r1296 r1458  
    112112    $general_failure = false;
    113113  }
     114
    114115  // shall we simulate only
    115   if (isset($_POST['simulate']) and $_POST['simulate'] == 1)
     116  if ((isset($_POST['simulate']) and $_POST['simulate'] == 1) or is_adviser())
    116117  {
    117118    $simulate = true;
Note: See TracChangeset for help on using the changeset viewer.