Ignore:
Timestamp:
08/10/12 19:11:37 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Merge de novas funcionalidades com trunk #2951, #2952

File:
1 edited

Legend:

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

    r6543 r6996  
    312312            return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
    313313        } 
     314         
     315        $test[] = '2.4.8'; 
     316        function expressoMail1_2_upgrade2_4_8() { 
     317                $oProc = $GLOBALS['phpgw_setup']->oProc; 
     318 
     319                $oProc->query("ALTER TABLE expressomail_message_followupflag ADD COLUMN sent smallint not null default 0"); 
     320 
     321                $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.4.8.1'; 
     322            return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
     323        } 
    314324?> 
Note: See TracChangeset for help on using the changeset viewer.