Ignore:
Timestamp:
05/11/11 17:50:25 (13 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r4250 r4350  
    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.