Ignore:
Timestamp:
01/14/09 15:57:27 (15 years ago)
Author:
niltonneto
Message:

Resolve #398

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r603 r605  
    224224                        $return['fulldate'] = gmdate("d/m/Y H:i",$header->udate); 
    225225                        $return['smalldate'] = gmdate("H:i",$header->udate); 
    226                          
     226 
    227227                        $timestamp_now = strtotime("now");                       
    228             $timestamp_msg_time = $header->udate; 
     228                        $timestamp_msg_time = $header->udate; 
    229229                        // $timestamp_now is GMT and $timestamp_msg_time is MailDate TZ.  
    230230                        // The variable $timestamp_diff is calculated without MailDate TZ. 
     
    414414                $return['subject'] = $this->decode_string($header->fetchsubject); 
    415415                $return['Size'] = $header->Size; 
    416                 $return['reply_toaddress'] = $header->reply_toaddress; 
    417                 $return['reuse_border'] = $params['reuse_border']; 
    418                  
     416                $return['reply_toaddress'] = $header->reply_toaddress;           
    419417                return $return; 
    420418        } 
Note: See TracChangeset for help on using the changeset viewer.