Changeset 3906


Ignore:
Timestamp:
03/24/11 14:57:10 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1669 - Horário incorreto de envio e recebimento de e-mails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/inc/class.imap_functions.inc.php

    r3900 r3906  
    38213821                if (!is_object($header)) 
    38223822                        return false; 
    3823                 // Prepare udate from mailDate (DateTime arrived with TZ) for fixing summertime problem. 
    3824                 $pdate = date_parse($header->MailDate); 
    3825                 $header->udate +=  $pdate['zone']*(-60); 
    38263823 
    38273824                if($header->Flagged != "F" && $_SESSION['phpgw_info']['user']['preferences']['expressoMail']['use_important_flag']) { 
Note: See TracChangeset for help on using the changeset viewer.