Ignore:
Timestamp:
02/15/11 16:00:02 (13 years ago)
Author:
niltonneto
Message:

Ticket #1550 - Atualizado rotina no tables_update da API e demais módulos.

File:
1 edited

Legend:

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

    r3104 r3765  
    8282        function phpgwapi_upgrade2_0_007() 
    8383        { 
     84                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.008'; 
     85                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     86        }        
     87        $test[] = '2.0.008'; 
     88        function phpgwapi_upgrade2_0_008() 
     89        { 
     90                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.009'; 
     91                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     92        } 
     93        $test[] = '2.0.009'; 
     94        function phpgwapi_upgrade2_0_009() 
     95        { 
    8496                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
    8597                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.