koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/C4 SearchMarc.pm [dev_week]
Date: Fri, 21 Jul 2006 15:36:50 +0000

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);
address@hidden = qw(&catalogsearch &findseealso &findsuggestion &getMARCnotes 
&getMARCsubjects);
address@hidden = qw(&catalogsearch &findseealso &findsuggestion); 
#&getMARCnotes &getMARCsubjects);
 
 =head1 findsuggestion($dbh,$values);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]