diff options
| -rwxr-xr-x | examples/phenotype.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index edeca24..a116ac3 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -90,7 +90,7 @@ (string->symbol (format #f "gnd:~a" (field ("CONCAT(PublishFreeze.Name, '_', PublishXRef.Id)" - Phenotype)))) ) + PublishFreeze)))) ) (set dct:references (let ((pmid (field ("IF(Publication.PubMed_ID IS NULL, '', CONVERT(Publication.PubMed_Id, INT))" |
