mirror of
https://github.com/opencultureconsulting/simple-oai-pmh.git
synced 2025-04-13 00:00:28 +02: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).
|
// 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/',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user