|
|
|
@ -1016,7 +1016,7 @@ class EBSCOResponse
|
|
|
|
|
$data = preg_replace('/<\/searchLink>>/', '</searchLink>', $data); |
|
|
|
|
|
|
|
|
|
// Parse searchLinks. |
|
|
|
|
if (!empty($group)) { |
|
|
|
|
/* if (!empty($group)) { |
|
|
|
|
$group = strtolower($group); |
|
|
|
|
if (in_array($group, $allowed_searchlink_groups)) { |
|
|
|
|
$type = $xml_to_search_types[$group]; |
|
|
|
@ -1026,7 +1026,7 @@ class EBSCOResponse
|
|
|
|
|
$data = preg_replace($link_xml, $link_html, $data); |
|
|
|
|
$data = str_replace('</searchLink>', '</a>', $data); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}*/ |
|
|
|
|
|
|
|
|
|
// Parse link |
|
|
|
|
if (!empty($group) && in_array($group, $allowed_link_groups)) { |
|
|
|
|