Ignore:
Timestamp:
08/13/09 17:50:07 (15 years ago)
Author:
niltonneto
Message:

Ticket #563 - Alteradas versões dos módulos, conforme modelo de versionamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/setup/tables_update.inc.php

    r704 r1323  
    5757                return $GLOBALS['setup_info']['calendar']['currentver']; 
    5858        }        
    59  
     59        $test[] = '0.9.3'; 
     60        function calendar_upgrade0_9_3() 
     61        { 
     62                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.000'; 
     63                return $GLOBALS['setup_info']['calendar']['currentver']; 
     64        } 
    6065?> 
Note: See TracChangeset for help on using the changeset viewer.