Changeset 2313


Ignore:
Timestamp:
03/19/10 17:34:23 (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
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2304 r2313  
    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; 
     
    37003700                        return false; 
    37013701                // Prepare udate from mailDate (DateTime arrived with TZ) for fixing summertime problem. 
     3702                $header->udate_original = $header->udate; 
    37023703                $pdate = date_parse($header->MailDate); 
    37033704                $header->udate +=  $pdate['zone']*(-60); 
Note: See TracChangeset for help on using the changeset viewer.