Changeset 1957 for branches/2.0/calendar


Ignore:
Timestamp:
02/01/10 15:56:17 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r1672 r1957  
    7575                return $GLOBALS['setup_info']['calendar']['currentver']; 
    7676        } 
     77        $test[] = '2.0.002'; 
     78        function calendar_upgrade2_0_002() 
     79        { 
     80                $GLOBALS['setup_info']['calendar']['currentver'] = '2.0.003'; 
     81                return $GLOBALS['setup_info']['calendar']['currentver']; 
     82        } 
    7783?> 
Note: See TracChangeset for help on using the changeset viewer.