Skip to content

Commit

Permalink
BUGFIX: Make zotero collections for indexes available
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinFechner committed Feb 12, 2019
1 parent c47c5c8 commit 4310561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/config.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ declare function config:synchronize-zotero-connection-collections($project-name
let $collection-xml :=
<collections>
{
for $i in (1 to $block-count)
for $i in (0 to $block-count -1)
return
try {
let $parameters := "limit="||$limit||"&amp;start="||string(number($i)*number($limit))
Expand Down

0 comments on commit 4310561

Please sign in to comment.