Ignore:
Timestamp:
04/14/10 18:16:03 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r2185 r2541  
    16911691                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16921692        } 
     1693        $test[] = '2.0.004'; 
     1694        function phpgwapi_upgrade2_0_004() 
     1695        { 
     1696                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.005'; 
     1697                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1698        }        
    16931699?> 
Note: See TracChangeset for help on using the changeset viewer.