Ignore:
Timestamp:
09/19/11 16:24:15 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r4849 r5093  
    9292                return $GLOBALS['setup_info']['calendar']['currentver']; 
    9393        } 
     94        $test[] = '2.2.6'; 
     95        function calendar_upgrade2_2_6() 
     96        { 
     97                $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.8'; 
     98                return $GLOBALS['setup_info']['calendar']['currentver']; 
     99        } 
    94100?> 
Note: See TracChangeset for help on using the changeset viewer.