Changeset 7418 for branches/2.4


Ignore:
Timestamp:
10/15/12 10:34:08 (12 years ago)
Author:
eduardow
Message:

Ticket #3160 - Erro ao esvaziar a lixeira atraves do botão limpar lixeira

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/inc/class.imap_functions.inc.php

    r7300 r7418  
    40034003                $mbox_stream = $this->open_mbox($folder); 
    40044004                $return = imap_delete($mbox_stream,'1:*'); 
    4005                 $return = imap_errors(); 
     4005                if (!$return)  
     4006                    $return = imap_errors(); 
    40064007                if($mbox_stream) 
    40074008                        imap_close($mbox_stream, CL_EXPUNGE); 
Note: See TracChangeset for help on using the changeset viewer.