Changeset 3765


Ignore:
Timestamp:
02/15/11 16:00:02 (13 years ago)
Author:
niltonneto
Message:

Ticket #1550 - Atualizado rotina no tables_update da API e demais módulos.

Location:
branches/2.2
Files:
4 edited

Legend:

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

    r3031 r3765  
    5959        function calendar_upgrade2_0_005() 
    6060        { 
     61                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.006'; 
     62                return $GLOBALS['setup_info']['calendar']['currentver']; 
     63        }        
     64        $test[] = '2.0.006'; 
     65        function calendar_upgrade2_0_006() 
     66        { 
     67                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.007'; 
     68                return $GLOBALS['setup_info']['calendar']['currentver']; 
     69        }                
     70        $test[] = '2.0.007'; 
     71        function calendar_upgrade2_0_007() 
     72        { 
    6173                $GLOBALS['setup_info']['calendar']['currentver'] = '2.1.000'; 
    6274                return $GLOBALS['setup_info']['calendar']['currentver']; 
  • branches/2.2/contactcenter/setup/tables_update.inc.php

    r3031 r3765  
    3232        $test[] = '2.0.002'; 
    3333        function contactcenter_upgrade2_0_002() { 
     34                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.0.003'; 
     35                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     36        }        
     37        $test[] = '2.0.003'; 
     38        function contactcenter_upgrade2_0_003() { 
     39                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.0.004'; 
     40                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     41        } 
     42        $test[] = '2.0.004'; 
     43        function contactcenter_upgrade2_0_004() { 
    3444                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.1.000'; 
    3545                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
  • branches/2.2/expressoMail1_2/setup/tables_update.inc.php

    r3031 r3765  
    7878        $test[] = '2.0.007'; 
    7979        function expressoMail1_2_upgrade2_0_007() { 
     80                $setup_info['expressoMail1_2']['currentver'] = '2.0.008'; 
     81                return $setup_info['expressoMail1_2']['currentver']; 
     82        }        
     83        $test[] = '2.0.008'; 
     84        function expressoMail1_2_upgrade2_0_008() { 
     85                $setup_info['expressoMail1_2']['currentver'] = '2.0.009'; 
     86                return $setup_info['expressoMail1_2']['currentver']; 
     87        } 
     88        $test[] = '2.0.009'; 
     89        function expressoMail1_2_upgrade2_0_009() { 
    8090                $setup_info['expressoMail1_2']['currentver'] = '2.1.000'; 
    8191                return $setup_info['expressoMail1_2']['currentver']; 
  • branches/2.2/phpgwapi/setup/tables_update.inc.php

    r3104 r3765  
    8282        function phpgwapi_upgrade2_0_007() 
    8383        { 
     84                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.008'; 
     85                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     86        }        
     87        $test[] = '2.0.008'; 
     88        function phpgwapi_upgrade2_0_008() 
     89        { 
     90                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.009'; 
     91                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     92        } 
     93        $test[] = '2.0.009'; 
     94        function phpgwapi_upgrade2_0_009() 
     95        { 
    8496                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
    8597                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.