Ignore:
Timestamp:
07/05/12 17:53:38 (12 years ago)
Author:
acoutinho
Message:

Ticket #2945 - Atualizacao nos versionamentos dos modulos

File:
1 edited

Legend:

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

    r5311 r6725  
    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.