Add creator XML as glue if not already included in sync session

This commit is contained in:
Dan Stillman 2008-10-27 18:48:41 +00:00
parent 41a3756102
commit 2197efc2df

View file

@ -2163,7 +2163,6 @@ Zotero.Sync.Server.Data = new function() {
newCreator.@index = index;
xml.creator += newCreator;
/*
// Add creator XML as glue if not already included in sync session
if (syncSession &&
syncSession.uploadIDs.updated.creators.indexOf(creatorID) == -1) {
@ -2171,7 +2170,6 @@ Zotero.Sync.Server.Data = new function() {
var creatorXML = Zotero.Sync.Server.Data.creatorToXML(creator);
xml.creator.creator = creatorXML;
}
*/
}
// Related items