Ignore:
Timestamp:
04/19/10 17:05:23 (14 years ago)
Author:
viani
Message:

Ticket #1045 - Merged 2571:2586 /branches/2.0/workflow em /trunk/workflow

File:
1 edited

Legend:

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

    r2042 r2589  
    12161216        { 
    12171217                #updating the current version 
     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'; 
     1226                return $GLOBALS['setup_info']['workflow']['currentver']; 
     1227        } 
     1228        $test[] = '2.0.004'; 
     1229        function workflow_upgrade2_0_004() 
     1230        { 
     1231                #updating the current version 
    12181232                $GLOBALS['setup_info']['workflow']['currentver'] = '2.1.000'; 
    12191233                return $GLOBALS['setup_info']['workflow']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.