koha-cvs
[Top][All Lists]
Advanced

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

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


From: Joshua Ferraro
Subject: [Koha-cvs] koha/search.marc search.pl [dev_week]
Date: Mon, 25 Sep 2006 12:56:12 +0000

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,address@hidden);
-       my ($results,$total) = catalogsearch($dbh, 
address@hidden,address@hidden,
+       my ($results,$total) = C4::Search::catalogsearch($dbh, 
address@hidden,address@hidden,
                                                                                
address@hidden, address@hidden, address@hidden,
                                                                                
$startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc);
        if ($total == 1) {




reply via email to

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