From dfaa23818625d5f76ca55aa04801ab16ba16a9ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Fri, 8 May 2009 16:45:45 +0200 Subject: [PATCH] Bugfix 3205 - Fix OAI server resonse to Identify request Signed-off-by: Galen Charlton --- opac/oai.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/oai.pl b/opac/oai.pl index 37b9f6f66e..d1fa059955 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' ); -- 2.39.2