Changeset 5348


Ignore:
Timestamp:
01/10/12 14:56:36 (12 years ago)
Author:
gustavo
Message:

Ticket #2433 - Adicionar a configuração da nova agenda no expressoMail

File:
1 edited

Legend:

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

    r5346 r5348  
    385385            $uiicalendar = CreateObject("calendar.uiicalendar"); 
    386386                        if($params['selected'] || $params['readable']){ 
    387 ob_start(); 
    388 print_r( "=== LOG BEGIN ===" . "\n" ); 
    389 print_r( var_export($fileContent) . "\n" ); 
    390 print_r( "=== LOG END ===" . "\n" ); 
    391 $output2 = ob_get_clean(); 
    392 file_put_contents( '/tmp/log-gustavo2.txt', file_get_contents( '/tmp/log-gustavo2.txt' ) . $output2 ); 
    393387                                $_REQUEST['data'] = $fileContent; 
    394388                                $_REQUEST['type'] = 'iCal'; 
     
    401395                                $output = ob_get_clean();                        
    402396                                $valid = json_decode($output, true); 
    403  
    404 ob_start(); 
    405 print_r( "=== LOG BEGIN ===" . "\n" ); 
    406 print_r( var_export($output) . "\n" ); 
    407 print_r( var_export($valid) . "\n" ); 
    408 print_r( "=== LOG END ===" . "\n" ); 
    409 $output2 = ob_get_clean(); 
    410 file_put_contents( '/tmp/log-gustavo2.txt', file_get_contents( '/tmp/log-gustavo2.txt' ) . $output2 ); 
    411397 
    412398                                if($_REQUEST['readable']){       
Note: See TracChangeset for help on using the changeset viewer.