use authorId if not empty and not found
This commit is contained in:
parent
a0e70b4c4b
commit
7d01bd769c
@ -10,7 +10,9 @@
|
||||
(assoc-ref author "death_year")
|
||||
(assoc-ref author "organization")
|
||||
)
|
||||
"unbekannt")))
|
||||
(if (string-null? authorId)
|
||||
"unbekannt"
|
||||
authorId))))
|
||||
|
||||
#(define (find-author-ids-by contributionType authors)
|
||||
(if authors
|
||||
|
Loading…
x
Reference in New Issue
Block a user