Ignore:
Timestamp:
09/14/12 16:44:16 (12 years ago)
Author:
acoutinho
Message:

Ticket #3102 - Atualizar versionamento do Expresso e dos modulos para a versao 2.4.2

File:
1 edited

Legend:

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

    r6725 r7223  
    135135      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    136136   } 
     137 
     138    $test[] = '2.4.1'; 
     139   function emailadmin_upgrade2_4_1() 
     140        { 
     141      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.4.2'; 
     142      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     143   } 
    137144?> 
Note: See TracChangeset for help on using the changeset viewer.