Ignore:
Timestamp:
07/22/11 18:22:32 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/setup/tables_update.inc.php

    r4173 r4849  
    210210                return $GLOBALS['setup_info']['workflow']['currentver']; 
    211211        } 
     212                $test[] = '2.2.1'; 
     213        function workflow_upgrade2_2_1() 
     214        { 
     215                #updating the current version 
     216                $GLOBALS['setup_info']['workflow']['currentver'] = '2.2.6'; 
     217                return $GLOBALS['setup_info']['workflow']['currentver']; 
     218        } 
    212219?> 
Note: See TracChangeset for help on using the changeset viewer.