www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 2197efc2df99b342d30fb6de4861d0172e91ca2c
parent 41a3756102eec15d9da733b5c3dc08f03dd97b86
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 27 Oct 2008 18:48:41 +0000

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


Diffstat:
Mchrome/content/zotero/xpcom/sync.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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