www

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

commit e6a97b46b2fec1c787577aecbb470e4f116eefef
parent d8db1cd61f8106c4db6bf49b7ec32f6460247fc4
Author: Simon Kornblith <simon@simonster.com>
Date:   Sat, 24 Jul 2010 17:41:56 +0000

closes #1698, bookAuthor -> container-author CSL mapping (thanks to Frank)


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

diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js @@ -158,8 +158,8 @@ Zotero.Cite.System.retrieveItem = function(item){ var creatorType = Zotero.CreatorTypes.getName(creator.creatorTypeID); } - var creatorVariable = Zotero.Cite.System._zoteroNameMap[creatorType]; - if(!creatorVariable) continue; + var creatorType = Zotero.Cite.System._zoteroNameMap[creatorType]; + if(!creatorType) continue; var nameObj = {'family':creator.ref.lastName, 'given':creator.ref.firstName};