Ignore:
Timestamp:
05/06/11 15:33:25 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r4173 r4250  
    5959                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    6060        } 
     61        $test[] = '2.2.1'; 
     62        function contactcenter_upgrade2_2_1() {                          
     63                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.2.2'; 
     64                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     65        } 
    6166?> 
Note: See TracChangeset for help on using the changeset viewer.