Ignore:
Timestamp:
08/06/10 10:32:17 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r2946 r3150  
    9393                return $GLOBALS['setup_info']['calendar']['currentver']; 
    9494        }        
     95        $test[] = '2.0.005'; 
     96        function calendar_upgrade2_0_005() 
     97        { 
     98                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.006'; 
     99                return $GLOBALS['setup_info']['calendar']['currentver']; 
     100        }        
    95101?> 
Note: See TracChangeset for help on using the changeset viewer.