Ignore:
Timestamp:
03/04/08 18:33:47 (16 years ago)
Author:
niltonneto
Message:
 
File:
1 edited

Legend:

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

    r2 r187  
    7373                return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    7474        } 
     75 
     76   $test[] = '1.0.0'; 
     77   function emailadmin_upgrade1_0_0() 
     78        { 
     79        $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapdefaulttrashfolder', array('type' => 'varchar', 'precision' => 20)); 
     80           $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapdefaultsentfolder', array('type' => 'varchar', 'precision' => 20)); 
     81           $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapdefaultdraftsfolder', array('type' => 'varchar', 'precision' => 20)); 
     82           $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapdefaultspamfolder', array('type' => 'varchar', 'precision' => 20)); 
     83      $GLOBALS['setup_info']['emailadmin']['currentver'] = '1.0.1'; 
     84      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     85   } 
     86      
    7587?> 
Note: See TracChangeset for help on using the changeset viewer.