Ignore:
Timestamp:
10/11/12 14:59:10 (12 years ago)
Author:
angelo
Message:

Ticket #3160 - Erro ao esvaziar a lixeira atraves do botao limpar lixeira

File:
1 edited

Legend:

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

    r7386 r7413  
    39943994                $mbox_stream = $this->open_mbox($folder); 
    39953995                $return = imap_delete($mbox_stream,'1:*'); 
    3996                 $return = imap_errors(); 
     3996                if (!$return) 
     3997                        $return = imap_errors(); 
    39973998                if($mbox_stream) 
    39983999                        imap_close($mbox_stream, CL_EXPUNGE); 
Note: See TracChangeset for help on using the changeset viewer.