[Koha-patches] [PATCH] Bugfix 3205 - Fix OAI server resonse to Identify request

Frédéric Demians f.demians at tamil.fr
Fri May 8 16:45:45 CEST 2009


---
 opac/oai.pl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opac/oai.pl b/opac/oai.pl
index 37b9f6f..d1fa059 100755
--- a/opac/oai.pl
+++ b/opac/oai.pl
@@ -123,6 +123,7 @@ sub new {
         MaxCount            => C4::Context->preference("OAI-PMH:MaxCount"),
         granularity         => 'YYYY-MM-DD',
         earliestDatestamp   => '0001-01-01',
+        deletedRecord       => 'no',
     );
     $self->description( "Koha OAI Repository" );
     $self->compression( 'gzip' );
-- 
1.5.6.5




More information about the Koha-patches mailing list