We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c52c35 + f678c09 commit a5ad495Copy full SHA for a5ad495
clinicaltrials/clinicaltrials.php
@@ -364,7 +364,7 @@ function process_file($infile) {
364
#################################################################################
365
# overall status
366
367
- $overall_status = @array_shift($root->xpath('//overall_status'));
+ $overall_status = $this->getString('//overall_status');
368
if($overall_status) {
369
$status_id = "clinicaltrials_resource:".md5($overall_status);
370
parent::addRDF(
0 commit comments