Ignore:
Timestamp:
12/01/09 16:44:20 (14 years ago)
Author:
niltonneto
Message:

Ticket #802 - Alterado as versões dos módulos, conforme modelo de versionamento.

File:
1 edited

Legend:

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

    r1523 r1728  
    8686   $test[] = '1.0.1'; 
    8787   function emailadmin_upgrade1_0_1() 
    88         { 
     88        { 
    8989      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.0.000'; 
    9090      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     
    9292   $test[] = '2.0.000'; 
    9393   function emailadmin_upgrade2_0_000() 
    94         { 
     94        { 
    9595      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.0.001'; 
    9696      $GLOBALS['phpgw_setup']->oProc->AddColumn('phpgw_emailadmin','imapcreatespamfolder', array('type' => 'varchar', 'precision' => 3)); 
     
    9898      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
    9999   } 
    100          
     100   $test[] = '2.0.001'; 
     101   function emailadmin_upgrade2_0_001() 
     102        { 
     103      $GLOBALS['setup_info']['emailadmin']['currentver'] = '2.1.000'; 
     104      return $GLOBALS['setup_info']['emailadmin']['currentver']; 
     105   } 
    101106?> 
Note: See TracChangeset for help on using the changeset viewer.