Ignore:
Timestamp:
08/06/10 10:32:17 (14 years ago)
Author:
niltonneto
Message:

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

File:
1 edited

Legend:

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

    r2946 r3150  
    136136                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    137137        } 
     138        $test[] = '2.0.002'; 
     139        function contactcenter_upgrade2_0_002() { 
     140                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.0.003'; 
     141                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     142        }        
    138143?> 
Note: See TracChangeset for help on using the changeset viewer.