From 1c6015ed18710c43d8240baedd3e3b26e97d2145 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Sun, 8 Oct 2017 12:59:57 +0200 Subject: [PATCH] Fix syntax error in oaiconfig.php --- oai2config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oai2config.php b/oai2config.php index 886e0be..d997772 100644 --- a/oai2config.php +++ b/oai2config.php @@ -51,8 +51,8 @@ $config['deletedRecord'] = 'transient'; // array values or replace the default 'oai_dc' entry (not recommended). $config['metadataFormats'] = array( 'oai_dc' => array( - 'schema' = 'http://www.openarchives.org/OAI/2.0/oai_dc.xsd', - 'namespace' = 'http://www.openarchives.org/OAI/2.0/oai_dc/', + 'schema' => 'http://www.openarchives.org/OAI/2.0/oai_dc.xsd', + 'namespace' => 'http://www.openarchives.org/OAI/2.0/oai_dc/', ), );