[Koha-cvs] koha/C4 SearchMarc.pm [dev_week]

Joshua Ferraro jmf at kados.org
Fri Jul 21 17:36:50 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/07/21 15:36:50

Modified files:
	C4             : SearchMarc.pm 

Log message:
	don't export MARCgetnotes and MARCgetsubjects from SearchMarc ... the
	new ones are in Search.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/SearchMarc.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.36.2.28.2.2&r2=1.36.2.28.2.3

Patches:
Index: SearchMarc.pm
===================================================================
RCS file: /sources/koha/koha/C4/SearchMarc.pm,v
retrieving revision 1.36.2.28.2.2
retrieving revision 1.36.2.28.2.3
diff -u -b -r1.36.2.28.2.2 -r1.36.2.28.2.3
--- SearchMarc.pm	15 Jul 2006 20:25:48 -0000	1.36.2.28.2.2
+++ SearchMarc.pm	21 Jul 2006 15:36:50 -0000	1.36.2.28.2.3
@@ -41,7 +41,7 @@
 =cut
 
 @ISA = qw(Exporter);
- at EXPORT = qw(&catalogsearch &findseealso &findsuggestion &getMARCnotes &getMARCsubjects);
+ at EXPORT = qw(&catalogsearch &findseealso &findsuggestion); #&getMARCnotes &getMARCsubjects);
 
 =head1 findsuggestion($dbh,$values);
 





More information about the Koha-cvs mailing list