Changeset 5314 for trunk/calendar


Ignore:
Timestamp:
01/05/12 16:05:30 (12 years ago)
Author:
niltonneto
Message:

Ticket #2409 - Corrigido tables_update do ExpressoAdmin e Calendar.

File:
1 edited

Legend:

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

    r5311 r5314  
    7070        function calendar_upgrade2_0_007() 
    7171        { 
    72                 $GLOBALS['setup_info']['calendar']['currentver'] = '2.1.000'; 
     72                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.008'; 
    7373                return $GLOBALS['setup_info']['calendar']['currentver']; 
    7474        } 
     75        $test[] = '2.0.008'; 
     76        function calendar_upgrade2_0_008() 
     77        { 
     78                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.009'; 
     79                return $GLOBALS['setup_info']['calendar']['currentver']; 
     80        } 
     81        $test[] = '2.0.009'; 
     82        function calendar_upgrade2_0_009() 
     83        { 
     84        $GLOBALS['setup_info']['calendar']['currentver'] = '2.1.000'; 
     85                return $GLOBALS['setup_info']['calendar']['currentver']; 
     86        }        
    7587        $test[] = '2.1.000'; 
    7688        function calendar_upgrade2_1_000() 
Note: See TracChangeset for help on using the changeset viewer.