Ignore:
Timestamp:
04/29/11 10:27:49 (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
  • trunk/calendar/setup/tables_update.inc.php

    r3765 r4180  
    8080                return $GLOBALS['setup_info']['calendar']['currentver']; 
    8181        } 
     82        $test[] = '2.2.000'; 
     83        function calendar_upgrade2_2_000() 
     84        { 
     85                $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.1'; 
     86                return $GLOBALS['setup_info']['calendar']['currentver']; 
     87        } 
    8288?> 
Note: See TracChangeset for help on using the changeset viewer.