Changeset 3173


Ignore:
Timestamp:
08/18/10 14:25:37 (14 years ago)
Author:
niltonneto
Message:

Ticket #1135 - Corrigido setup do módulo para atualizar versão vinda do Trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/emailadmin/setup/tables_update.inc.php

    r3031 r3173  
    9595      $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapcreatespamfolder', array('type' => 'varchar', 'precision' => 3)); 
    9696      $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapcyrususerpostspam', array('type' => 'varchar', 'precision' => 30)); 
     97          $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.0.001'; 
     98      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     99   } 
     100   $test[] = '2.0.001'; 
     101   function emailadmin_upgrade2_0_001() 
     102        { 
    97103          $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.1.000';       
    98104      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
Note: See TracChangeset for help on using the changeset viewer.