From 2197efc2df99b342d30fb6de4861d0172e91ca2c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 27 Oct 2008 18:48:41 +0000 Subject: [PATCH] Add creator XML as glue if not already included in sync session --- chrome/content/zotero/xpcom/sync.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 4a7df20f82..f2e8f66c6f 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -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