Ignore:
Timestamp:
01/13/12 09:10:28 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Estabilizacao da nova api, correcoes de bug e melhorias na nova agenda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/Sync.php

    r5341 r5376  
    144144                  unset( $data[$oldURI] ); 
    145145 
    146                   $return[ $oldURI ] = $tx['rollback'] ? 'ROLLBACK' : array( 'id' => $tx['id'] ); 
     146                  $return[ $oldURI ] = !$tx['rollback'] ? $dt ?  
     147                                       array( 'id' => $tx['id'] ) : false : 'ROLLBACK';; 
    147148          } 
    148149    } 
Note: See TracChangeset for help on using the changeset viewer.