Ignore:
Timestamp:
08/13/09 17:50:07 (15 years ago)
Author:
niltonneto
Message:

Ticket #563 - Alteradas versões dos módulos, conforme modelo de versionamento.

File:
1 edited

Legend:

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

    r533 r1323  
    116116                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    117117        } 
     118        $test[] = '1.21'; 
     119        function contactcenter_upgrade1_21() { 
     120                $GLOBALS['setup_info']['contactcenter']['currentver'] = '2.0.000'; 
     121                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     122        } 
    118123?> 
Note: See TracChangeset for help on using the changeset viewer.