Ignore:
Timestamp:
10/22/10 09:54:05 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #847 - Ao desarquivar um email o horario diminui uma hora. Solucao da revisao [2314] reaplicada.

File:
1 edited

Legend:

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

    r3394 r3399  
    766766 
    767767                //All this is to help in local messages 
    768                 $return['timestamp'] = $header->udate; 
     768                //$return['timestamp'] = $header->udate; 
     769                $return['timestamp'] = $header->udate_original; 
    769770                $return['login'] = $_SESSION['phpgw_info']['expressomail']['user']['account_id'];//$GLOBALS['phpgw_info']['user']['account_id']; 
    770771                $return['reply_toaddress'] = $header->reply_toaddress; 
     
    36693670                        return false; 
    36703671                // Prepare udate from mailDate (DateTime arrived with TZ) for fixing summertime problem. 
     3672                $header->udate_original = $header->udate; 
    36713673                $pdate = date_parse($header->MailDate); 
    36723674                $header->udate +=  $pdate['zone']*(-60); 
Note: See TracChangeset for help on using the changeset viewer.