Commit a4eadd2c authored by Nicolas Delaby's avatar Nicolas Delaby

Sorry wrong commit, thks to Seb & Fabien

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8199ab11
...@@ -890,8 +890,8 @@ class XMLSyncUtilsMixin(SyncCode): ...@@ -890,8 +890,8 @@ class XMLSyncUtilsMixin(SyncCode):
syncml_data += self.addXMLObject(cmd_id=cmd_id, object=object, syncml_data += self.addXMLObject(cmd_id=cmd_id, object=object,
gid=gid, xml_string=xml_string, gid=gid, xml_string=xml_string,
more_data=more_data, media_type=subscriber.getMediaType()) more_data=more_data, media_type=subscriber.getMediaType())
else: else:
break break
return (syncml_data,xml_confirmation,cmd_id) return (syncml_data,xml_confirmation,cmd_id)
def applyActionList(self, domain=None, subscriber=None,destination_path=None, def applyActionList(self, domain=None, subscriber=None,destination_path=None,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment