Ignore:
Timestamp:
10/05/10 11:18:57 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r3150 r3321  
    9999                return $GLOBALS['setup_info']['calendar']['currentver']; 
    100100        }        
     101        $test[] = '2.0.006'; 
     102        function calendar_upgrade2_0_006() 
     103        { 
     104                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.007'; 
     105                return $GLOBALS['setup_info']['calendar']['currentver']; 
     106        } 
    101107?> 
Note: See TracChangeset for help on using the changeset viewer.