Ignore:
Timestamp:
10/26/09 12:48:29 (14 years ago)
Author:
wmerlotto
Message:

Ticket #690 - emailadmin alterado permitindo a integração, ou não, com anti-spam

File:
1 edited

Legend:

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

    r1323 r1523  
    9090      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    9191   } 
     92   $test[] = '2.0.000'; 
     93   function emailadmin_upgrade2_0_000() 
     94        { 
     95      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.0.001'; 
     96      $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapcreatespamfolder', array('type' => 'varchar', 'precision' => 3)); 
     97      $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapcyrususerpostspam', array('type' => 'varchar', 'precision' => 30)); 
     98      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     99   } 
     100         
    92101?> 
Note: See TracChangeset for help on using the changeset viewer.