Ignore:
Timestamp:
10/08/13 16:20:46 (11 years ago)
Author:
douglas
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/calendar/setup/tables_update.inc.php

    r7516 r8232  
    154154                return $GLOBALS['setup_info']['calendar']['currentver']; 
    155155        } 
     156        $test[] = '2.5.0'; 
     157        function calendar_upgrade2_5_0() 
     158        { 
     159                $GLOBALS['setup_info']['calendar']['currentver'] = '2.5.1'; 
     160                return $GLOBALS['setup_info']['calendar']['currentver']; 
     161        } 
    156162 
    157163 
Note: See TracChangeset for help on using the changeset viewer.