Ignore:
Timestamp:
05/12/11 17:24:13 (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
  • trunk/contactcenter/setup/tables_update.inc.php

    r4388 r4408  
    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.