Ignore:
Timestamp:
11/11/11 15:04:10 (12 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r5093 r5167  
    9898                return $GLOBALS['setup_info']['calendar']['currentver']; 
    9999        } 
     100        $test[] = '2.2.8'; 
     101        function calendar_upgrade2_2_8() 
     102        { 
     103                $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.10'; 
     104                return $GLOBALS['setup_info']['calendar']['currentver']; 
     105        } 
    100106?> 
Note: See TracChangeset for help on using the changeset viewer.