Ignore:
Timestamp:
05/06/11 15:33:25 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r4173 r4250  
    115115                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    116116        } 
     117        $test[] = '2.2.1'; 
     118        function phpgwapi_upgrade2_2_1() 
     119        { 
     120                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.2'; 
     121                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     122        } 
    117123?> 
Note: See TracChangeset for help on using the changeset viewer.