[Koha-cvs] koha authorities/auth_finder.pl barcodes/label-...

Antoine Farnault antoine at koha-fr.org
Thu Aug 10 15:00:27 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	06/08/10 13:00:27

Modified files:
	authorities    : auth_finder.pl 
	barcodes       : label-item-search.pl 

Log message:
	C4::SearchMarc is deprecated now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/authorities/auth_finder.pl?cvsroot=koha&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/koha/barcodes/label-item-search.pl?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: authorities/auth_finder.pl
===================================================================
RCS file: /sources/koha/koha/authorities/auth_finder.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- authorities/auth_finder.pl	4 Jul 2006 14:36:51 -0000	1.10
+++ authorities/auth_finder.pl	10 Aug 2006 13:00:27 -0000	1.11
@@ -29,7 +29,6 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::AuthoritiesMarc;
-use C4::SearchMarc;
 use C4::Acquisition;
 use C4::Koha; # XXX subfield_is_koha_internal_p
 

Index: barcodes/label-item-search.pl
===================================================================
RCS file: /sources/koha/koha/barcodes/label-item-search.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- barcodes/label-item-search.pl	19 Apr 2006 04:55:50 -0000	1.3
+++ barcodes/label-item-search.pl	10 Aug 2006 13:00:27 -0000	1.4
@@ -31,7 +31,7 @@
 use C4::Interface::CGI::Output;
 use C4::Biblio;
 use C4::Acquisition;
-use C4::SearchMarc;
+#use C4::SearchMarc;
 use C4::Koha;    # XXX subfield_is_koha_internal_p
 
 # Creates a scrolling list with the associated default value.





More information about the Koha-cvs mailing list