Ignore:
Timestamp:
11/13/12 17:00:54 (11 years ago)
Author:
douglas
Message:

Ticket #3191 - atualização de versionamento do Expresso dos demais módulos

File:
1 edited

Legend:

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

    r7223 r7516  
    142142      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    143143   } 
     144        $test[] = '2.4.2'; 
     145        function emailadmin_upgrade2_4_2() 
     146        { 
     147                $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.5.0'; 
     148                return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     149        } 
     150 
    144151?> 
Note: See TracChangeset for help on using the changeset viewer.