Ignore:
Timestamp:
12/15/09 10:11:22 (14 years ago)
Author:
niltonneto
Message:

Ticket #802 - Corrigido rotina de atualização dos módulos.

File:
1 edited

Legend:

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

    r1728 r1835  
    158158        function news_admin_upgrade2_0_000() 
    159159        { 
     160                $GLOBALS['setup_info']['news_admin']['currentver'] = '2.0.001'; 
     161                return $GLOBALS['setup_info']['news_admin']['currentver']; 
     162        }        
     163        $test[] = '2.0.001'; 
     164        function news_admin_upgrade2_0_001() 
     165        { 
    160166                $GLOBALS['setup_info']['news_admin']['currentver'] = '2.1.000'; 
    161167                return $GLOBALS['setup_info']['news_admin']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.