Ignore:
Timestamp:
07/22/11 18:22:32 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r4542 r4849  
    133133                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    134134        } 
     135        $test[] = '2.2.4'; 
     136        function phpgwapi_upgrade2_2_4() 
     137        { 
     138                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.6'; 
     139                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     140        } 
    135141?> 
Note: See TracChangeset for help on using the changeset viewer.