Ignore:
Timestamp:
05/19/10 10:35:50 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r1957 r2817  
    8181                return $GLOBALS['setup_info']['calendar']['currentver']; 
    8282        } 
     83        $test[] = '2.0.003'; 
     84        function calendar_upgrade2_0_003() 
     85        { 
     86                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.004'; 
     87                return $GLOBALS['setup_info']['calendar']['currentver']; 
     88        }        
    8389?> 
Note: See TracChangeset for help on using the changeset viewer.