Skip to content
Snippets Groups Projects
Commit 8295241f authored by Demian Katz's avatar Demian Katz Committed by Robert Lange
Browse files

Adjust outdated comment.

parent 2e3568e2
No related merge requests found
...@@ -115,10 +115,8 @@ ...@@ -115,10 +115,8 @@
<?php endif; ?> <?php endif; ?>
</div> </div>
<?php /* We need to find out if we're supposed to display an OpenURL link ($openUrlActive), <?php
but even if we don't plan to display the link, we still want to get the $openUrl // Display an OpenURL link if configured to do so:
value for use in generating a COinS (Z3988) tag -- see bottom of file.
*/
$openUrl = $this->openUrl($this->driver, 'results'); $openUrl = $this->openUrl($this->driver, 'results');
$openUrlActive = $openUrl->isActive(); $openUrlActive = $openUrl->isActive();
$doi = $this->doi($this->driver, 'results'); $doi = $this->doi($this->driver, 'results');
......
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