Ignore:
Timestamp:
07/11/12 11:45:10 (12 years ago)
Author:
niltonneto
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

Location:
branches/2.4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4

  • branches/2.4/phpgwapi/setup/setup.inc.php

    r5141 r6754  
    1414        $setup_info['phpgwapi']['name']      = 'phpgwapi'; 
    1515        $setup_info['phpgwapi']['title']     = 'API'; 
    16         $setup_info['phpgwapi']['version']   = '2.4.0'; 
    17         $setup_info['phpgwapi']['versions']['current_header'] = '2.4.0'; 
     16        $setup_info['phpgwapi']['version']   = '2.4.1'; 
     17        $setup_info['phpgwapi']['versions']['current_header'] = '2.4.1'; 
    1818        $setup_info['phpgwapi']['enable']    = 3; 
    1919        $setup_info['phpgwapi']['app_order'] = 1; 
  • branches/2.4/phpgwapi/setup/tables_update.inc.php

    r5311 r6754  
    163163                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    164164        } 
     165        $test[] = '2.4.0'; 
     166        function phpgwapi_upgrade2_4_0() 
     167        { 
     168                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.4.1'; 
     169                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     170        } 
    165171?> 
Note: See TracChangeset for help on using the changeset viewer.