Ignore:
Timestamp:
11/22/12 17:45:28 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso MailexpressoMail1_2/js/draw_api.min.js

File:
1 edited

Legend:

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

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