Ignore:
Timestamp:
05/09/11 19:11:40 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Versionamento e publicação do pacote Expresso 2.2.2. r4250

File:
1 edited

Legend:

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

    r4186 r4294  
    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.