Skip to content
Snippets Groups Projects
Commit 0218937e authored by David Maus's avatar David Maus
Browse files

Fix typo in variable name

parent 75a2d906
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ function load ($ident) { ...@@ -31,7 +31,7 @@ function load ($ident) {
if ($content) { if ($content) {
$content = normalizer_normalize($content); $content = normalizer_normalize($content);
} else { } else {
$context = <<<CONTENT $content = <<<CONTENT
<record xmlns="info:srw/schema/5/picaXML-v1.0"> <record xmlns="info:srw/schema/5/picaXML-v1.0">
<field tag="003@"> <field tag="003@">
<subfield code="0">$ident</subfield> <subfield code="0">$ident</subfield>
......
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