Ignore:
Timestamp:
Jan 22, 2016, 4:49:21 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Setup need to work without any app module installed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/UpdateTrace.php

    r857 r862  
    29382938}
    29392939
    2940 $Updates = array(
     2940class Updates
     2941{
     2942  function Get()
     2943  {
     2944    return(array(
    29412945  498 => array('Revision' => 506, 'Function' => 'UpdateTo506'),
    29422946  506 => array('Revision' => 510, 'Function' => 'UpdateTo510'),
     
    29702974  848 => array('Revision' => 849, 'Function' => 'UpdateTo849'),
    29712975  849 => array('Revision' => 857, 'Function' => 'UpdateTo857'),
    2972 );
     2976    ));
     2977  }
     2978}
Note: See TracChangeset for help on using the changeset viewer.