Ignore:
Timestamp:
12/01/09 16:44:20 (14 years ago)
Author:
niltonneto
Message:

Ticket #802 - Alterado as versões dos módulos, conforme modelo de versionamento.

File:
1 edited

Legend:

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

    r1323 r1728  
    6363                return $GLOBALS['setup_info']['calendar']['currentver']; 
    6464        } 
     65        $test[] = '2.0.000'; 
     66        function calendar_upgrade2_0_000() 
     67        { 
     68                $GLOBALS['setup_info']['calendar']['currentver'] = '2.1.000'; 
     69                return $GLOBALS['setup_info']['calendar']['currentver']; 
     70        } 
    6571?> 
Note: See TracChangeset for help on using the changeset viewer.