Export Library was exporting items in all group libraries

This commit is contained in:
Dan Stillman 2009-12-30 20:21:43 +00:00
parent 2cfd07ffc2
commit d5b4fce7d6

View File

@ -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);
}