Changeset 1835 for trunk/workflow


Ignore:
Timestamp:
12/15/09 10:11:22 (14 years ago)
Author:
niltonneto
Message:

Ticket #802 - Corrigido rotina de atualização dos módulos.

File:
1 edited

Legend:

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

    r1728 r1835  
    12011201        { 
    12021202                #updating the current version 
     1203                $GLOBALS['setup_info']['workflow']['currentver'] = '2.0.001'; 
     1204                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1205        } 
     1206        $test[] = '2.0.001'; 
     1207        function workflow_upgrade2_0_001() 
     1208        { 
     1209                #updating the current version 
    12031210                $GLOBALS['setup_info']['workflow']['currentver'] = '2.1.000'; 
    12041211                return $GLOBALS['setup_info']['workflow']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.