Ignore:
Timestamp:
12/12/07 16:36:27 (16 years ago)
Author:
niltonneto
Message:

Correção no setup.

File:
1 edited

Legend:

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

    r2 r134  
    977977        function calendar_upgrade0_9_17() 
    978978        { 
    979                 $GLOBALS['setup_info']['calendar']['currentver'] = '0.9.2'; 
     979                $GLOBALS['setup_info']['calendar']['currentver'] = '0.9.20'; 
     980                return $GLOBALS['setup_info']['calendar']['currentver']; 
     981        } 
     982        $test[] = '0.9.20'; 
     983        function calendar_upgrade0_9_20() 
     984        { 
     985                $GLOBALS['setup_info']['calendar']['currentver'] = '0.9.21'; 
    980986                return $GLOBALS['setup_info']['calendar']['currentver']; 
    981987        } 
Note: See TracChangeset for help on using the changeset viewer.