diff --git a/chrome/content/zotero/xpcom/db.js b/chrome/content/zotero/xpcom/db.js index 76c94ffb5..a37ee98a1 100644 --- a/chrome/content/zotero/xpcom/db.js +++ b/chrome/content/zotero/xpcom/db.js @@ -443,7 +443,7 @@ Zotero.DBConnection.prototype.getColumns = function (table) { Zotero.DBConnection.prototype.getColumnHash = function (table) { var cols = this.getColumns(table); - var hash = new Array(); + var hash = {}; if (cols.length) { for (var i=0; i