mirror of
https://github.com/opencultureconsulting/simple-oai-pmh.git
synced 2025-03-09 00:00:20 +01:00
Fix syntax error in oaiconfig.php
This commit is contained in:
parent
20b6e7c4a5
commit
1c6015ed18
@ -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/',
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user