Ignore:
Timestamp:
05/12/11 17:24:13 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/setup/tables_update.inc.php

    r4388 r4408  
    121121                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    122122        } 
     123        $test[] = '2.2.2'; 
     124        function phpgwapi_upgrade2_2_2() 
     125        { 
     126                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.3'; 
     127                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     128        } 
    123129?> 
Note: See TracChangeset for help on using the changeset viewer.