Ignore:
Timestamp:
11/03/11 10:14:01 (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/emailadmin/setup/tables_update.inc.php

    r4186 r5125  
    116116      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    117117   } 
     118   $test[] = '2.2.1'; 
     119   function emailadmin_upgrade2_2_1() 
     120        { 
     121      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.4.0'; 
     122      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     123   } 
    118124?> 
Note: See TracChangeset for help on using the changeset viewer.