Changeset 1328 for trunk/workflow


Ignore:
Timestamp:
08/14/09 11:21:11 (15 years ago)
Author:
viani
Message:

Ticket #563 - Inclusao de versao intermediaria que estava faltando no workflow.

File:
1 edited

Legend:

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

    r1324 r1328  
    11861186                } 
    11871187                #updating the current version 
     1188                $GLOBALS['setup_info']['workflow']['currentver'] = '1.8.06.000'; 
     1189                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1190        } 
     1191 
     1192        $test[] = '1.8.06.000'; 
     1193        function workflow_upgrade1_8_06_000() 
     1194        { 
     1195                #updating the current version 
    11881196                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.000'; 
    11891197                return $GLOBALS['setup_info']['workflow']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.