Changeset 5314


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

Ticket #2409 - Corrigido tables_update do ExpressoAdmin e Calendar.

Location:
trunk
Files:
2 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() 
  • trunk/expressoAdmin1_2/setup/tables_update.inc.php

    r5311 r5314  
    9393        $test[] = '2.0.005'; 
    9494        function expressoAdmin1_2_upgrade2_0_005() 
     95        { 
     96                $GLOBALS['setup_info']['expressoAdmin1_2']['currentver'] = '2.0.006'; 
     97                return $GLOBALS['setup_info']['expressoAdmin1_2']['currentver']; 
     98        } 
     99         
     100        $test[] = '2.0.006'; 
     101        function expressoAdmin1_2_upgrade2_0_006() 
    95102        { 
    96103                $GLOBALS['phpgw_setup']->db->query("alter table phpgw_expressoadmin_log drop groupinfo"); 
Note: See TracChangeset for help on using the changeset viewer.