The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 3484c65f authored by Demian Katz's avatar Demian Katz
Browse files

Added RefWorks DOI support.

- Resolves VUFIND-981.
parent a73b5020
No related merge requests found
......@@ -135,6 +135,10 @@ if (is_array($subjects)) {
}
}
if ($doi = $this->driver->tryMethod('getCleanDOI')) {
echo "DO $doi\n";
}
// Record separator:
echo "\n";
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment