Ignore:
Timestamp:
03/07/10 11:16:54 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r1957 r2185  
    16851685                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16861686        } 
     1687        $test[] = '2.0.003'; 
     1688        function phpgwapi_upgrade2_0_003() 
     1689        { 
     1690                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.004'; 
     1691                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1692        } 
    16871693?> 
Note: See TracChangeset for help on using the changeset viewer.