Ignore:
Timestamp:
09/14/12 16:44:16 (12 years ago)
Author:
acoutinho
Message:

Ticket #3102 - Atualizar versionamento do Expresso e dos modulos para a versao 2.4.2

File:
1 edited

Legend:

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

    r6725 r7223  
    169169                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
    170170        } 
     171 
     172    $test[] = '2.4.1'; 
     173        function phpgwapi_upgrade2_4_1() 
     174        { 
     175                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '2.4.2'; 
     176                return $GLOBALS['setup_info']['phpgwapi']['currentver']; 
     177        } 
    171178?> 
Note: See TracChangeset for help on using the changeset viewer.