Ignore:
Timestamp:
08/07/12 10:04:50 (12 years ago)
Author:
marcosw
Message:

Ticket #2998 - Correção na exibição de erros ao mover mensagens

File:
1 edited

Legend:

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

    r6930 r6952  
    35433543                                if($mbox_stream) 
    35443544                                        imap_close($mbox_stream); 
    3545                                 return "move_messages() line ".__LINE__.": ". imap_last_error()." folder:".$newmailbox; 
     3545                                 
     3546                                $msg_error = "move_messages() line ".__LINE__.": ". imap_last_error()." folder:".$newmailbox; 
     3547                                trigger_error($msg_error); 
     3548                                return $msg_error; 
    35463549                        } 
    35473550                } 
Note: See TracChangeset for help on using the changeset viewer.