[Commits] (pavlov) fixing subscriptions
commits at osafoundation.org
commits at osafoundation.org
Wed Aug 25 18:18:24 PDT 2004
Commit by: pavlov
Modified files:
chandler/parcels/osaf/framework/webdav/Sync.py 1.17 1.18
Log message:
fixing subscriptions
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/webdav/Sync.py.diff?r1=text&tr1=1.17&r2=text&tr2=1.18
Index: chandler/parcels/osaf/framework/webdav/Sync.py
diff -u chandler/parcels/osaf/framework/webdav/Sync.py:1.17 chandler/parcels/osaf/framework/webdav/Sync.py:1.18
--- chandler/parcels/osaf/framework/webdav/Sync.py:1.17 Wed Aug 25 17:09:53 2004
+++ chandler/parcels/osaf/framework/webdav/Sync.py Wed Aug 25 18:18:23 2004
@@ -317,7 +317,7 @@
if not k.hasAttributeValue('sharedURL'):
continue
Dav.DAV(k.sharedURL).sync(k)
- else:
- dav.sync(newItem)
+
+ dav.sync(newItem)
return newItem
More information about the Commits
mailing list