Ignore:
Timestamp:
06/17/10 15:19:02 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r1957 r2946  
    131131                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    132132        } 
     133        $test[] = '2.0.001'; 
     134        function contactcenter_upgrade2_0_001() { 
     135                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.0.002'; 
     136                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     137        } 
    133138?> 
Note: See TracChangeset for help on using the changeset viewer.