mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Export Library was exporting items in all group libraries
This commit is contained in:
parent
2cfd07ffc2
commit
d5b4fce7d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue