Ignore:
Timestamp:
05/10/11 11:36:47 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Versionamento e publicacao do pacote Expresso 2.2.2 - r4294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/phpgwapi/setup/tables_update.inc.php

    r4186 r4306  
    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.