We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef2a09 commit 4b04a86Copy full SHA for 4b04a86
isbn/man-sru.php
@@ -244,7 +244,7 @@
244
echo '<table><tr><td><a href="' . $urlMAN . '" taget="_blank">See SRU Result</a></td></tr></table>';
245
} else {
246
$urlSWB = 'http://swb.bsz-bw.de/DB=2.1/SET=11/TTL=2/CMD?ACT=SRCHM&ACT0=SRCH&IKT0=2135&TRM0=%60180%60&ACT1=*&IKT1=1016&TRM1=' . str_replace(" ", "+", $suchStringSWB);
247
- $contentSWB = utf8_decode(file_get_contents($urlSWB));
+ $contentSWB = utf8_decode(@file_get_contents($urlSWB));
248
//echo $contentSWB;
249
$nhits = substr_count($contentSWB, 'class="hit"');
250
$ncoins = substr_count($contentSWB, 'class="Z3988"');
0 commit comments