Ignore:
Timestamp:
08/06/10 10:32:17 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r2946 r3150  
    17091709                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17101710        }        
     1711        $test[] = '2.0.007'; 
     1712        function phpgwapi_upgrade2_0_007() 
     1713        { 
     1714                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.008'; 
     1715                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1716        }        
    17111717?> 
Note: See TracChangeset for help on using the changeset viewer.