Ignore:
Timestamp:
06/17/10 15:19:02 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r2817 r2946  
    8787                return $GLOBALS['setup_info']['calendar']['currentver']; 
    8888        }        
     89        $test[] = '2.0.004'; 
     90        function calendar_upgrade2_0_004() 
     91        { 
     92                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.005'; 
     93                return $GLOBALS['setup_info']['calendar']['currentver']; 
     94        }        
    8995?> 
Note: See TracChangeset for help on using the changeset viewer.