Changeset 2029


Ignore:
Timestamp:
02/18/10 15:30:55 (14 years ago)
Author:
niltonneto
Message:

Ticket #802 - Atualização de rotina de upgrade, a partir da versão 2.0.3

Location:
branches/2.1
Files:
3 edited

Legend:

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

    r1835 r2029  
    7878        function calendar_upgrade2_0_002() 
    7979        { 
     80                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.003'; 
     81                return $GLOBALS['setup_info']['calendar']['currentver']; 
     82        } 
     83        $test[] = '2.0.003'; 
     84        function calendar_upgrade2_0_003() 
     85        { 
    8086                $GLOBALS['setup_info']['calendar']['currentver'] = '2.1.000'; 
    8187                return $GLOBALS['setup_info']['calendar']['currentver']; 
  • branches/2.1/expressoMail1_2/setup/tables_update.inc.php

    r1835 r2029  
    105105        $test[] = '2.0.002'; 
    106106        function expressoMail1_2_upgrade2_0_002() { 
     107                $setup_info['expressoMail1_2']['currentver'] = '2.0.003'; 
     108                return $setup_info['expressoMail1_2']['currentver']; 
     109        } 
     110        $test[] = '2.0.003'; 
     111        function expressoMail1_2_upgrade2_0_003() { 
    107112                $setup_info['expressoMail1_2']['currentver'] = '2.1.000'; 
    108113                return $setup_info['expressoMail1_2']['currentver']; 
  • branches/2.1/phpgwapi/setup/tables_update.inc.php

    r1835 r2029  
    16821682        function phpgwapi_upgrade2_0_002() 
    16831683        { 
     1684                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.003'; 
     1685                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     1686        } 
     1687        $test[] = '2.0.003'; 
     1688        function phpgwapi_upgrade2_0_003() 
     1689        { 
    16841690                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
    16851691                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.