Skip to content
Snippets Groups Projects
Commit d544166e authored by Viola Elsenhans's avatar Viola Elsenhans Committed by Frank Morgner
Browse files

refs #13180

* remove comment in finc/link-isn.phtml
parent 3cb62eac
No related merge requests found
<!-- finc: RecordDriver - SolrAi - link-isn -->
<? <?
// use advanced search if we have multiple issns /* use advanced search if we have multiple issns */
if (is_array($this->lookfor) && count($this->lookfor) > 1) { if (is_array($this->lookfor) && count($this->lookfor) > 1) {
$query = '?join=AND&amp;bool0[]=OR'; $query = '?join=AND&amp;bool0[]=OR';
foreach ($this->lookfor as $issn) { foreach ($this->lookfor as $issn) {
...@@ -13,4 +12,3 @@ ...@@ -13,4 +12,3 @@
} }
?> ?>
<?=$this->url('search-results') . $query?> <?=$this->url('search-results') . $query?>
<!-- finc: RecordDriver - SolrAi - link-isn - END -->
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