Changeset 1751


Ignore:
Timestamp:
12/04/09 14:45:08 (14 years ago)
Author:
rodsouza
Message:

Ticket #491 - O valor 'NULL' foi alterado por uma string vazia quando a mensagem não possui assunto.

File:
1 edited

Legend:

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

    r1747 r1751  
    174174                if(!$head_array['to']['name']) 
    175175                        $head_array['to']['name'] = $head_array['to']['email']; 
    176                 $head_array['subject'] = ( isset( $header->fetchsubject ) ) ? $this->decode_string($header->fetchsubject) : NULL; 
     176                $head_array['subject'] = ( isset( $header->fetchsubject ) ) ? $this->decode_string($header->fetchsubject) : ''; 
    177177 
    178178                $head_array['Size'] = $header->Size; 
Note: See TracChangeset for help on using the changeset viewer.