Ignore:
Timestamp:
06/14/12 01:17:45 (12 years ago)
Author:
natan
Message:

Ticket #2845 - Atualizacao da API na busca de mensagens - Migracao do anexar mensagens para API atual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoServiceImap/prototype/Sync.php

    r6328 r6486  
    152152          $dt = prepare( $concept, $id, $dt, $data, $oldIds, $mounted, $synced ); 
    153153 
     154          ob_start(); 
     155        print "\n"; 
     156        print "dt: "; 
     157        print_r( $dt ); 
     158        $output = ob_get_clean(); 
     159        file_put_contents( "/tmp/prototype233.log", $output , FILE_APPEND ); 
     160         
    154161          try{ 
    155162              $result = Controller::put( array( 'concept' => $concept, 'id' => $id ), $dt ); 
     
    160167              continue; 
    161168          } 
     169           
     170        ob_start(); 
     171        print "\n"; 
     172        print "result: "; 
     173        print_r( $result ); 
     174        $output = ob_get_clean(); 
     175        file_put_contents( "/tmp/prototype233.log", $output , FILE_APPEND ); 
     176        ob_start(); 
     177        print "\n"; 
     178        print "old ids "; 
     179        print_r( $oldIds ); 
     180        $output = ob_get_clean(); 
     181        file_put_contents( "/tmp/prototype233.log", $output , FILE_APPEND ); 
    162182 
    163183          if( !$result ) 
Note: See TracChangeset for help on using the changeset viewer.