Add creator XML as glue if not already included in sync session
This commit is contained in:
parent
41a3756102
commit
2197efc2df
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue