Ignore:
Timestamp:
04/28/11 17:55:36 (13 years ago)
Author:
niltonneto
Message:

Ticket #1804 - Corrigido numeração das versões de acordo com o novo modelo.

File:
1 edited

Legend:

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

    r3255 r4173  
    203203                return $GLOBALS['setup_info']['workflow']['currentver']; 
    204204        } 
     205        $test[] = '2.2.000'; 
     206        function workflow_upgrade2_2_000() 
     207        { 
     208                #updating the current version 
     209                $GLOBALS['setup_info']['workflow']['currentver'] = '2.2.1'; 
     210                return $GLOBALS['setup_info']['workflow']['currentver']; 
     211        } 
    205212?> 
Note: See TracChangeset for help on using the changeset viewer.