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/calendar/setup/tables_update.inc.php

    r6725 r7223  
    141141                return $GLOBALS['setup_info']['calendar']['currentver']; 
    142142        } 
     143 
     144    $test[] = '2.4.1'; 
     145    function calendar_upgrade2_4_1() 
     146    { 
     147        $GLOBALS['setup_info']['calendar']['currentver'] = '2.4.2'; 
     148        return $GLOBALS['setup_info']['calendar']['currentver']; 
     149    } 
    143150?> 
Note: See TracChangeset for help on using the changeset viewer.