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/calendar/setup/tables_update.inc.php

    r1728 r1835  
    6666        function calendar_upgrade2_0_000() 
    6767        { 
     68                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.001'; 
     69                return $GLOBALS['setup_info']['calendar']['currentver']; 
     70        } 
     71        $test[] = '2.0.001'; 
     72        function calendar_upgrade2_0_001() 
     73        { 
     74                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.002'; 
     75                return $GLOBALS['setup_info']['calendar']['currentver']; 
     76        } 
     77        $test[] = '2.0.002'; 
     78        function calendar_upgrade2_0_002() 
     79        { 
    6880                $GLOBALS['setup_info']['calendar']['currentver'] = '2.1.000'; 
    6981                return $GLOBALS['setup_info']['calendar']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.