Ignore:
Timestamp:
02/24/11 16:48:19 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r3321 r3817  
    17211721                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17221722        } 
     1723        $test[] = '2.0.009'; 
     1724        function phpgwapi_upgrade2_0_009() 
     1725        { 
     1726                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.010'; 
     1727                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1728        } 
    17231729?> 
Note: See TracChangeset for help on using the changeset viewer.