Ignore:
Timestamp:
07/22/11 18:22:32 (13 years ago)
Author:
niltonneto
Message:

Ticket #000 - Versionamento e publicação do pacote Expresso 2.2.6

File:
1 edited

Legend:

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

    r4173 r4849  
    8686                return $GLOBALS['setup_info']['calendar']['currentver']; 
    8787        } 
     88        $test[] = '2.2.1'; 
     89        function calendar_upgrade2_2_1() 
     90        { 
     91                $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.6'; 
     92                return $GLOBALS['setup_info']['calendar']['currentver']; 
     93        } 
    8894?> 
Note: See TracChangeset for help on using the changeset viewer.