Ignore:
Timestamp:
09/19/11 16:24:15 (13 years ago)
Author:
niltonneto
Message:

Ticket #000 - Versionamento e publicação do pacote Expresso 2.2.8

File:
1 edited

Legend:

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

    r4849 r5093  
    139139                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    140140        } 
     141        $test[] = '2.2.6'; 
     142        function phpgwapi_upgrade2_2_6() 
     143        { 
     144                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.8'; 
     145                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     146        } 
    141147?> 
Note: See TracChangeset for help on using the changeset viewer.