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

    r5314 r6725  
    134134                return $GLOBALS['setup_info']['calendar']['currentver']; 
    135135        } 
     136 
     137        $test[] = '2.4.0'; 
     138        function calendar_upgrade2_4_0() 
     139        { 
     140                $GLOBALS['setup_info']['calendar']['currentver'] = '2.4.1'; 
     141                return $GLOBALS['setup_info']['calendar']['currentver']; 
     142        } 
    136143?> 
Note: See TracChangeset for help on using the changeset viewer.