From d5b4fce7d6fbc0242064fcdef5aedc41a870aae5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 30 Dec 2009 20:21:43 +0000 Subject: [PATCH] Export Library was exporting items in all group libraries --- chrome/content/zotero/xpcom/data/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/data/items.js b/chrome/content/zotero/xpcom/data/items.js index ae1db9368..8cf9a6922 100644 --- a/chrome/content/zotero/xpcom/data/items.js +++ b/chrome/content/zotero/xpcom/data/items.js @@ -160,7 +160,7 @@ Zotero.Items = new function() { var ids = Zotero.DB.columnQuery(sql, libraryID); } else { - //sql += " AND libraryID IS NULL"; + sql += " AND libraryID IS NULL"; var ids = Zotero.DB.columnQuery(sql); }