Ignore:
Timestamp:
08/01/11 10:19:37 (13 years ago)
Author:
fernando-alberto
Message:

Ticket #1269 - Mergiando revisoes do branch22 de rev4779 ate rev4875

Location:
sandbox/expressoMail1_2/MailArchiver/2.2/phpgwapi/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoMail1_2/MailArchiver/2.2/phpgwapi/setup/setup.inc.php

    r4644 r4876  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'API'; 
    16         $setup_info['phpgwapi']['version']   = '2.2.4'; 
     16        $setup_info['phpgwapi']['version']   = '2.2.6'; 
    1717        $setup_info['phpgwapi']['versions']['current_header'] = '2.2'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
  • sandbox/expressoMail1_2/MailArchiver/2.2/phpgwapi/setup/tables_update.inc.php

    r4644 r4876  
    133133                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    134134        } 
     135        $test[] = '2.2.4'; 
     136        function phpgwapi_upgrade2_2_4() 
     137        { 
     138                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.2.6'; 
     139                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     140        } 
    135141?> 
Note: See TracChangeset for help on using the changeset viewer.