Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final 2.5.1.

File:
1 edited

Legend:

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

    r7516 r8232  
    360360        return $GLOBALS['setup_info']['workflow']['currentver']; 
    361361    } 
    362         $test[] = '2.4.2'; 
    363         function workflow_upgrade2_4_2() 
    364         { 
    365                 $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.0'; 
    366                 return $GLOBALS['setup_info']['workflow']['currentver']; 
    367         } 
     362 
     363    $test[] = '2.4.2'; 
     364    function workflow_upgrade2_4_2() 
     365    { 
     366        $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.0'; 
     367        return $GLOBALS['setup_info']['workflow']['currentver']; 
     368    } 
     369 
     370    $test[] = '2.5.0'; 
     371    function workflow_upgrade2_5_0() 
     372    { 
     373        $GLOBALS['setup_info']['workflow']['currentver'] = '2.5.1'; 
     374        return $GLOBALS['setup_info']['workflow']['currentver']; 
     375    } 
    368376 
    369377 
Note: See TracChangeset for help on using the changeset viewer.