Changeset 3857


Ignore:
Timestamp:
03/10/11 15:58:12 (13 years ago)
Author:
niltonneto
Message:

Ticket #1550 - Atualizado rotina no tables_update da API e ExpressoMail?.

Location:
branches/2.2
Files:
2 edited

Legend:

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

    r3765 r3857  
    8888        $test[] = '2.0.009'; 
    8989        function expressoMail1_2_upgrade2_0_009() { 
     90                $setup_info['expressoMail1_2']['currentver'] = '2.0.010'; 
     91                return $setup_info['expressoMail1_2']['currentver']; 
     92        } 
     93        $test[] = '2.0.010'; 
     94        function expressoMail1_2_upgrade2_0_010() { 
    9095                $setup_info['expressoMail1_2']['currentver'] = '2.1.000'; 
    9196                return $setup_info['expressoMail1_2']['currentver']; 
  • branches/2.2/phpgwapi/setup/tables_update.inc.php

    r3769 r3857  
    9494        function phpgwapi_upgrade2_0_009() 
    9595        { 
     96                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.0.010'; 
     97                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     98        }        
     99        $test[] = '2.0.010'; 
     100        function phpgwapi_upgrade2_0_010() 
     101        { 
    96102                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.1.000'; 
    97103                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.