Ignore:
Timestamp:
02/04/10 10:14:56 (14 years ago)
Author:
viani
Message:

Ticket #899 - Atualizando versão do módulo workflow.

File:
1 edited

Legend:

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

    r1835 r1978  
    12081208        { 
    12091209                #updating the current version 
     1210                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.002'; 
     1211                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1212        } 
     1213        $test[] = '2.0.002'; 
     1214        function workflow_upgrade2_0_002() 
     1215        { 
     1216                #updating the current version 
    12101217                $GLOBALS['setup_info']['workflow']['currentver'] = '2.1.000'; 
    12111218                return $GLOBALS['setup_info']['workflow']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.