Ignore:
Timestamp:
04/20/12 14:57:17 (12 years ago)
Author:
douglasz
Message:

Ticket #2633 - Adequar implementação de flags de marcadores e sinalizadores no IMAP.

File:
1 edited

Legend:

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

    r5969 r5981  
    251251        } 
    252252         
     253        $test[] = '2.4.4'; 
     254        function expressoMail1_2_upgrade2_4_4() { 
     255            $oProc = $GLOBALS['phpgw_setup']->oProc; 
     256            $oProc->query("ALTER TABLE expressomail_label ADD COLUMN slot bigint not null default 'unknown' "); 
     257  
     258            $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.4.5'; 
     259            return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
     260        } 
     261         
    253262?> 
Note: See TracChangeset for help on using the changeset viewer.