[Erp5-report] r16862 - /erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 5 14:04:48 CEST 2007


Author: nicolas
Date: Fri Oct  5 14:04:47 2007
New Revision: 16862

URL: http://svn.erp5.org?rev=16862&view=rev
Log:
Reset anchors also

Modified:
    erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py

Modified: erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py?rev=16862&r1=16861&r2=16862&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py (original)
+++ erp5/trunk/products/ERP5SyncML/PublicationSynchronization.py Fri Oct  5 14:04:47 2007
@@ -83,6 +83,7 @@
         LOG('Warning !!!, reseting client synchronization for subscriber:', WARNING,
             subscriber.getPath())
         subscriber.resetAllSignatures()
+        subscriber.resetAnchors()
 
       # Check if the last time synchronization is the same as the client one
       if subscriber.getNextAnchor() != last_anchor:




More information about the Erp5-report mailing list