Changeset 7516 for trunk/phpgwapi


Ignore:
Timestamp:
11/13/12 17:00:54 (11 years ago)
Author:
douglas
Message:

Ticket #3191 - atualização de versionamento do Expresso dos demais módulos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/setup/tables_update.inc.php

    r7223 r7516  
    170170        } 
    171171 
    172     $test[] = '2.4.1'; 
     172        $test[] = '2.4.1'; 
    173173        function phpgwapi_upgrade2_4_1() 
    174174        { 
     
    176176                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    177177        } 
     178        $test[] = '2.4.2'; 
     179        function phpgwapi_upgrade2_4_2() 
     180        { 
     181                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.5.0'; 
     182                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     183        } 
     184 
    178185?> 
Note: See TracChangeset for help on using the changeset viewer.