Ignore:
Timestamp:
05/21/12 16:03:45 (12 years ago)
Author:
acoutinho
Message:

Ticket #2759 - Problema nas preferencias do Catalogo de Enderecos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/setup/tables_update.inc.php

    r5311 r6255  
    8787                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    8888        } 
     89        /*Atualizacao dos hooks do modulo*/ 
     90        $test[] = '2.4.0'; 
     91        function contactcenter_upgrade2_4_0() { 
     92                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.4.1'; 
     93                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     94        } 
    8995?> 
Note: See TracChangeset for help on using the changeset viewer.