Fix for one of the bibliography errors

This commit is contained in:
Dan Stillman 2006-10-21 00:29:53 +00:00
parent a4cd5d69d6
commit 038d403d46

View File

@ -1114,6 +1114,7 @@ Zotero.CSL.prototype._getFieldValue = function(name, element, item, formattedStr
bibCitElement, position,
locatorType, locator, typeName) {
var dataAppended = false;
var itemID = item.getID();
if(element._serialized && this._ignore && this._ignore[itemID] && this._ignore[itemID][element._serialized]) {
return false;