Ignore:
Timestamp:
03/10/11 15:58:12 (13 years ago)
Author:
niltonneto
Message:

Ticket #1550 - Atualizado rotina no tables_update da API e ExpressoMail?.

File:
1 edited

Legend:

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

    r3769 r3857  
    9494        function phpgwapi_upgrade2_0_009() 
    9595        { 
     96                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.010'; 
     97                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     98        }        
     99        $test[] = '2.0.010'; 
     100        function phpgwapi_upgrade2_0_010() 
     101        { 
    96102                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
    97103                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.