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

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