Ignore:
Timestamp:
11/03/11 10:15:11 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo API.

File:
1 edited

Legend:

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

    r4186 r5128  
    4343                return $GLOBALS['setup_info']['news_admin']['currentver']; 
    4444        } 
     45        $test[] = '2.2.1'; 
     46        function news_admin_upgrade2_2_1() 
     47        { 
     48                $GLOBALS['setup_info']['news_admin']['currentver'] = '2.4.0'; 
     49                return $GLOBALS['setup_info']['news_admin']['currentver']; 
     50        } 
    4551?> 
Note: See TracChangeset for help on using the changeset viewer.