Ignore:
Timestamp:
01/27/12 15:37:21 (12 years ago)
Author:
cristiano
Message:

Ticket #2434 - Atualização modulo agenda e API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/Sync.php

    r5399 r5437  
    133133          foreach( $result as $ii => $tx ) 
    134134          { 
     135              if( !isset($tx['order']) ) 
     136                    continue; 
     137               
    135138                  $oldId = $oldIds[ $tx['order'] ]; 
    136139 
     
    156159 
    157160Controller::closeAll(); 
    158  
    159 //              ob_start(); 
    160 //              print "\n"; 
    161 //              print $data[$linkName] . ": "; 
    162 //              print_r( $synced ); 
    163 //              $output = ob_get_clean(); 
    164 //              file_put_contents( "/tmp/prototype.log", $output , FILE_APPEND ); 
     161           
     162//         ob_start(); 
     163//         print "\n"; 
     164//         print "result: "; 
     165//         print_r( $result ); 
     166//         $output = ob_get_clean(); 
     167//         file_put_contents( "/tmp/prototype.log", $output , FILE_APPEND ); 
Note: See TracChangeset for help on using the changeset viewer.