---
 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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to