Ignore:
Timestamp:
10/02/09 17:07:17 (15 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r1323 r1490  
    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.0.001'; 
     69                return $GLOBALS['setup_info']['calendar']['currentver']; 
     70        } 
    6571?> 
Note: See TracChangeset for help on using the changeset viewer.