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

    r7223 r7516  
    148148        return $GLOBALS['setup_info']['calendar']['currentver']; 
    149149    } 
     150        $test[] = '2.4.2'; 
     151        function calendar_upgrade2_4_2() 
     152        { 
     153                $GLOBALS['setup_info']['calendar']['currentver'] = '2.5.0'; 
     154                return $GLOBALS['setup_info']['calendar']['currentver']; 
     155        } 
     156 
     157 
    150158?> 
Note: See TracChangeset for help on using the changeset viewer.