Fix syntax error in oaiconfig.php

This commit is contained in:
Sebastian Meyer 2017-10-08 12:59:57 +02:00
parent 20b6e7c4a5
commit 1c6015ed18
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ $config['deletedRecord'] = 'transient';
// array values or replace the default 'oai_dc' entry (not recommended). // array values or replace the default 'oai_dc' entry (not recommended).
$config['metadataFormats'] = array( $config['metadataFormats'] = array(
'oai_dc' => array( 'oai_dc' => array(
'schema' = 'http://www.openarchives.org/OAI/2.0/oai_dc.xsd', 'schema' => 'http://www.openarchives.org/OAI/2.0/oai_dc.xsd',
'namespace' = 'http://www.openarchives.org/OAI/2.0/oai_dc/', 'namespace' => 'http://www.openarchives.org/OAI/2.0/oai_dc/',
), ),
); );