Changeset 2314


Ignore:
Timestamp:
03/19/10 17:40:17 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #847 - Estava atrasando 3hs. Foi mantido o timestamp original em uma nova variável

File:
1 edited

Legend:

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

    r2309 r2314  
    720720 
    721721                //All this is to help in local messages 
    722                 $return['timestamp'] = $header->udate; 
     722                $return['timestamp'] = $header->udate_original; 
    723723                $return['login'] = $_SESSION['phpgw_info']['expressomail']['user']['account_id'];//$GLOBALS['phpgw_info']['user']['account_id']; 
    724724                $return['reply_toaddress'] = $header->reply_toaddress; 
     
    36573657                        return false; 
    36583658                // Prepare udate from mailDate (DateTime arrived with TZ) for fixing summertime problem. 
     3659                $header->udate_original = $header->udate; 
    36593660                $pdate = date_parse($header->MailDate); 
    36603661                $header->udate +=  $pdate['zone']*(-60); 
Note: See TracChangeset for help on using the changeset viewer.