Ignore:
Timestamp:
04/16/10 17:29:20 (14 years ago)
Author:
viani
Message:

Ticket #899 - Atualização da versão do módulo workflow no branch 2.0

File:
1 edited

Legend:

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

    r2569 r2571  
    12161216        { 
    12171217                #updating the current version 
    1218                 $GLOBALS['setup_info']['workflow']['currentver'] = '2.1.000'; 
     1218                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.003'; 
     1219                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1220        } 
     1221        $test[] = '2.0.003'; 
     1222        function workflow_upgrade2_0_003() 
     1223        { 
     1224                #updating the current version 
     1225                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.004'; 
    12191226                return $GLOBALS['setup_info']['workflow']['currentver']; 
    12201227        } 
Note: See TracChangeset for help on using the changeset viewer.