Changeset 6343 for trunk


Ignore:
Timestamp:
05/29/12 16:30:02 (12 years ago)
Author:
cristiano
Message:

Ticket #2811 - Inconsistência na coluna hora da tela de anexar mensagem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/services/ImapServiceAdapter.php

    r6303 r6343  
    220220                                        { 
    221221                                                $response["rows"][$i] = $result[$i]; 
    222                                                 $response["rows"][$i]['timestamp'] = ( ( $result[$i]['udate'] + $this->functions->CalculateDateOffset() ) * 1000 ); 
     222                                                $response["rows"][$i]['timestamp'] = $result[$i]['udate'] * 1000; 
    223223                                                $response["rows"][$i]['flags'] = implode(',', $flags_enum); 
    224224                                                $response["rows"][$i]['size'] = $response["rows"][$i]['Size']; 
Note: See TracChangeset for help on using the changeset viewer.