From df6426af2e428784d0fb5600aa4e1b75fa15f6fd Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Fri, 21 Sep 2012 19:49:27 -0400 Subject: [PATCH] Fixes #168, Properly adjust index when skipping empty creators --- chrome/content/zotero/xpcom/translation/translate_item.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/translation/translate_item.js b/chrome/content/zotero/xpcom/translation/translate_item.js index b7340099d..393f7531a 100644 --- a/chrome/content/zotero/xpcom/translation/translate_item.js +++ b/chrome/content/zotero/xpcom/translation/translate_item.js @@ -401,6 +401,7 @@ Zotero.Translate.ItemSaver.prototype = { }, "_saveCreators":function(item, newItem) { + var creatorIndex = 0; for(var i=0; i