From 90cd15c6295f0b4df38929776a657cc7029f5b75 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Fri, 23 Nov 2007 19:25:57 +0100 Subject: [PATCH] remove a SQL limit & the items table stuff The authoritative data for the items is the items table, not the MARC data. Signed-off-by: Joshua Ferraro --- misc/rebuildnonmarc.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/rebuildnonmarc.pl b/misc/rebuildnonmarc.pl index 176e490953..714cfddffb 100755 --- a/misc/rebuildnonmarc.pl +++ b/misc/rebuildnonmarc.pl @@ -84,4 +84,3 @@ sub localNEWmodbiblio { C4::Biblio::_koha_modify_biblioitem_nonmarc( $dbh, $oldbiblio ); return 1; } - -- 2.39.5