Ignore:
Timestamp:
05/12/11 13:45:01 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Versionamento e publicação do pacote Expresso 2.2.3. r4350

File:
1 edited

Legend:

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

    r4294 r4363  
    6464                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    6565        } 
     66        $test[] = '2.2.2'; 
     67        function contactcenter_upgrade2_2_2() { 
     68                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.2.3'; 
     69                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     70        } 
    6671?> 
Note: See TracChangeset for help on using the changeset viewer.