diff --git a/dlf/plugins/oai/class.tx_dlf_oai.php b/dlf/plugins/oai/class.tx_dlf_oai.php index b329fe0e..de8d150b 100644 --- a/dlf/plugins/oai/class.tx_dlf_oai.php +++ b/dlf/plugins/oai/class.tx_dlf_oai.php @@ -975,14 +975,14 @@ class tx_dlf_oai extends tx_dlf_plugin { 'baseURL', $baseURL)); $Identify->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'protocolVersion', '2.0')); + $Identify->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', + 'adminEmail', $adminEmail)); $Identify->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'earliestDatestamp', $earliestDatestamp)); $Identify->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'deletedRecord', 'transient')); $Identify->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', 'granularity', 'YYYY-MM-DDThh:mm:ssZ')); - $Identify->appendChild($this->oai->createElementNS('http://www.openarchives.org/OAI/2.0/', - 'adminEmail', $adminEmail)); return $Identify; }