Ignore:
Timestamp:
11/11/11 15:04:10 (12 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r5093 r5167  
    145145                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    146146        } 
     147        $test[] = '2.2.8'; 
     148        function phpgwapi_upgrade2_2_8() 
     149        { 
     150                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.10'; 
     151                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     152        } 
    147153?> 
Note: See TracChangeset for help on using the changeset viewer.