Ignore:
Timestamp:
07/05/12 17:53:38 (12 years ago)
Author:
acoutinho
Message:

Ticket #2945 - Atualizacao nos versionamentos dos modulos

File:
1 edited

Legend:

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

    r5311 r6725  
    7373                return $GLOBALS['setup_info']['news_admin']['currentver']; 
    7474        } 
     75        $test[] = '2.4.0'; 
     76        function news_admin_upgrade2_4_0() 
     77        { 
     78                $GLOBALS['setup_info']['news_admin']['currentver'] = '2.4.1'; 
     79                return $GLOBALS['setup_info']['news_admin']['currentver']; 
     80        } 
    7581?> 
Note: See TracChangeset for help on using the changeset viewer.