Ignore:
Timestamp:
07/11/12 11:45:10 (12 years ago)
Author:
niltonneto
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

Location:
branches/2.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4

  • branches/2.4/calendar/setup/tables_update.inc.php

    r5314 r6754  
    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.