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 b2d37e5 commit 2ab505bCopy full SHA for 2ab505b
isbn/lib.php
@@ -153,7 +153,7 @@ function cleanUp($outputMap)
153
}
154
if (is_array($outputMap['rvk'])) {
155
foreach ($outputMap['rvk'] as $i => $value) {
156
- //e.g. <feld nr="700" ind="g">|SK 830<tf/>Automatisch aus BVB_2013-06 2013-03-27</feld>
+ //e.g. <feld nr="700" ind="g">|SK 830<tf/>Automatisch aus BVB_2013-06 2013-03-27</feld>
157
$value = explode('Automatisch aus', $value)[0];
158
$outputMap['rvk'][$i] = str_replace('|', '', $value);
159
0 commit comments