diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js index b1c857509..e68fbdf4b 100644 --- a/chrome/content/zotero/xpcom/data/item.js +++ b/chrome/content/zotero/xpcom/data/item.js @@ -1687,20 +1687,34 @@ Zotero.Item.prototype.save = function() { + ' set to true in Item.save()'); } - sql = "REPLACE INTO itemNotes " - + "(itemID, sourceItemID, note, title) VALUES (?,?,?,?)"; var parent = this.isNote() ? this.getSource() : null; var noteText = this._noteText; // Add