Ignore:
Timestamp:
11/22/12 18:12:31 (11 years ago)
Author:
douglas
Message:

Ticket #3197 - remoção de código comitado por engano

File:
1 edited

Legend:

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

    r7551 r7552  
    147147                        $result['msg'] .= $this->functions->lang('Server returns') . ': ' . imap_last_error(); 
    148148                } 
    149                 ob_start(); 
    150                 print_r($result); 
    151                 $output = ob_get_clean(); 
    152                 file_put_contents( "/tmp/angelo.log",  $output , FILE_APPEND);           
     149                 
    153150                return $result; 
    154151        } 
Note: See TracChangeset for help on using the changeset viewer.