Ignore:
Timestamp:
06/17/10 15:19:02 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r2817 r2946  
    17031703                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    17041704        }                        
     1705        $test[] = '2.0.006'; 
     1706        function phpgwapi_upgrade2_0_006() 
     1707        { 
     1708                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.007'; 
     1709                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1710        }        
    17051711?> 
Note: See TracChangeset for help on using the changeset viewer.