Ignore:
Timestamp:
05/19/10 10:35:50 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r2541 r2817  
    16961696                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.005'; 
    16971697                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    1698         }        
     1698        } 
     1699        $test[] = '2.0.005'; 
     1700        function phpgwapi_upgrade2_0_005() 
     1701        { 
     1702                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.006'; 
     1703                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1704        }                        
    16991705?> 
Note: See TracChangeset for help on using the changeset viewer.