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) {
if ($content) {
$content = normalizer_normalize($content);
} else {
$context = <<<CONTENT
$content = <<<CONTENT
<record xmlns="info:srw/schema/5/picaXML-v1.0">
<field tag="003@">
<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