Ignore:
Timestamp:
10/05/10 11:18:57 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r3150 r3321  
    17151715                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17161716        }        
     1717        $test[] = '2.0.008'; 
     1718        function phpgwapi_upgrade2_0_008() 
     1719        { 
     1720                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.009'; 
     1721                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1722        } 
    17171723?> 
Note: See TracChangeset for help on using the changeset viewer.