Ignore:
Timestamp:
12/01/09 16:44:20 (14 years ago)
Author:
niltonneto
Message:

Ticket #802 - Alterado as versões dos módulos, conforme modelo de versionamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/setup/tables_update.inc.php

    r1323 r1728  
    16811681                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    16821682        } 
     1683        $test[] = '2.0.001'; 
     1684        function phpgwapi_upgrade2_0_001() 
     1685        { 
     1686                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
     1687                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1688        } 
    16831689?> 
Note: See TracChangeset for help on using the changeset viewer.