[Koha-cvs] koha/search.marc search.pl [dev_week]

Joshua Ferraro jmf at kados.org
Mon Sep 25 14:56:12 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/09/25 12:56:12

Modified files:
	search.marc    : search.pl 

Log message:
	specify where catalogsearch is wrapper.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/search.marc/search.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.22.2.10.2.1&r2=1.22.2.10.2.2

Patches:
Index: search.pl
===================================================================
RCS file: /sources/koha/koha/search.marc/Attic/search.pl,v
retrieving revision 1.22.2.10.2.1
retrieving revision 1.22.2.10.2.2
diff -u -b -r1.22.2.10.2.1 -r1.22.2.10.2.2
--- search.pl	21 Jul 2006 17:46:48 -0000	1.22.2.10.2.1
+++ search.pl	25 Sep 2006 12:56:12 -0000	1.22.2.10.2.2
@@ -136,7 +136,7 @@
 		}
 	}
 	findseealso($dbh,\@tags);
-	my ($results,$total) = catalogsearch($dbh, \@tags,\@and_or,
+	my ($results,$total) = C4::Search::catalogsearch($dbh, \@tags,\@and_or,
 										\@excluding, \@operator, \@value,
 										$startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc);
 	if ($total == 1) {





More information about the Koha-cvs mailing list