Ignore:
Timestamp:
06/09/08 11:41:02 (16 years ago)
Author:
niltonneto
Message:

Versionamento.

File:
1 edited

Legend:

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

    r285 r307  
    7676                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
    7777        } 
     78        $test[] = '1.20'; 
     79        function contactcenter_upgrade1_20() { 
     80                $GLOBALS['setup_info']['contactcenter']['currentver'] = '1.20.001'; 
     81                return $GLOBALS['setup_info']['contactcenter']['currentver']; 
     82        } 
    7883 
    7984?> 
Note: See TracChangeset for help on using the changeset viewer.