Ignore:
Timestamp:
02/18/10 15:30:55 (15 years ago)
Author:
niltonneto
Message:

Ticket #802 - Atualização de rotina de upgrade, a partir da versão 2.0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.1/phpgwapi/setup/tables_update.inc.php

    r1835 r2029  
    16821682        function phpgwapi_upgrade2_0_002() 
    16831683        { 
     1684                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.003'; 
     1685                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1686        } 
     1687        $test[] = '2.0.003'; 
     1688        function phpgwapi_upgrade2_0_003() 
     1689        { 
    16841690                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
    16851691                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.