Changeset 5311 for trunk/workflow


Ignore:
Timestamp:
01/05/12 09:51:14 (12 years ago)
Author:
niltonneto
Message:

Ticket #2409 - Corrigido tables_update da API e dos módulos que possuem.

File:
1 edited

Legend:

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

    r5307 r5311  
    210210                return $GLOBALS['setup_info']['workflow']['currentver']; 
    211211        } 
    212          
    213         $test[] = '2.4.000'; 
    214         function workflow_upgrade2_4_000() 
     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        } 
     219        $test[] = '2.2.6'; 
     220        function workflow_upgrade2_2_6() 
     221        { 
     222                #updating the current version 
     223                $GLOBALS['setup_info']['workflow']['currentver'] = '2.3.0'; 
     224        return $GLOBALS['setup_info']['workflow']['currentver']; 
     225        } 
     226        $test[] = '2.3.0'; 
     227        function workflow_upgrade2_3_0() 
    215228        { 
    216229                #updating the current version 
     
    382395                return $GLOBALS['setup_info']['workflow']['currentver']; 
    383396        } 
    384          
    385          
    386397?> 
Note: See TracChangeset for help on using the changeset viewer.