Export Library was exporting items in all group libraries
This commit is contained in:
parent
2cfd07ffc2
commit
d5b4fce7d6
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user