[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/search.marc search.pl,1.23,1.24
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/search.marc search.pl,1.23,1.24 |
Date: |
Wed, 04 May 2005 02:04:54 -0700 |
Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21762/search.marc
Modified Files:
search.pl
Log Message:
synch'ing 2.2 and head
Index: search.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/search.pl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** search.pl 3 Feb 2005 20:48:22 -0000 1.23
--- search.pl 4 May 2005 09:04:52 -0000 1.24
***************
*** 120,123 ****
--- 120,124 ----
$resultsperpage = 19 if(!defined $resultsperpage);
my $orderby = $query->param('orderby');
+ my $desc_or_asc = $query->param('desc_or_asc');
# builds tag and subfield arrays
***************
*** 139,144 ****
my ($results,$total) = catalogsearch($dbh,
address@hidden,address@hidden,
address@hidden, address@hidden, address@hidden,
!
$startfrom*$resultsperpage, $resultsperpage,$orderby);
!
($template, $loggedinuser, $cookie)
= get_template_and_user({template_name =>
"search.marc/result.tmpl",
--- 140,149 ----
my ($results,$total) = catalogsearch($dbh,
address@hidden,address@hidden,
address@hidden, address@hidden, address@hidden,
!
$startfrom*$resultsperpage, $resultsperpage,$orderby,$desc_or_asc);
! if ($total == 1) {
! # if only 1 answer, jump directly to the biblio
! print
$query->redirect("/cgi-bin/koha/MARCdetail.pl?bib="address@hidden>{biblionumber});
! exit
! }
($template, $loggedinuser, $cookie)
= get_template_and_user({template_name =>
"search.marc/result.tmpl",
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/search.marc search.pl,1.23,1.24,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/opac opac-addbookbybiblionumber.pl,1.1,1.2 opac-basket.pl,1.4,1.5 opac-detail.pl,1.17,1.18 opac-ISBDdetail.pl,1.6,1.7 opac-MARCdetail.pl,1.5,1.6 opac-readingrecord.pl,1.6,1.7 opac-reserve.pl,1.23,1.24 opac-search.pl,1.23,1.24 opac-searchresults.pl,1.16,1.17 opac-sendbasket.pl,1.4,1.5 opac-serial-issues.pl,1.2,1.3 opac-shelves.pl,1.6,1.7 opac-sidebar.pl,1.4,1.5 opac-suggestions.pl,1.3,1.4 opac-userdetails.pl,1.8,1.9 opac-user.pl,1.15,1.16
- Next by Date:
[Koha-cvs] CVS: koha/opac opac-userupdate.pl,1.11,1.12
- Previous by thread:
[Koha-cvs] CVS: koha/opac opac-addbookbybiblionumber.pl,1.1,1.2 opac-basket.pl,1.4,1.5 opac-detail.pl,1.17,1.18 opac-ISBDdetail.pl,1.6,1.7 opac-MARCdetail.pl,1.5,1.6 opac-readingrecord.pl,1.6,1.7 opac-reserve.pl,1.23,1.24 opac-search.pl,1.23,1.24 opac-searchresults.pl,1.16,1.17 opac-sendbasket.pl,1.4,1.5 opac-serial-issues.pl,1.2,1.3 opac-shelves.pl,1.6,1.7 opac-sidebar.pl,1.4,1.5 opac-suggestions.pl,1.3,1.4 opac-userdetails.pl,1.8,1.9 opac-user.pl,1.15,1.16
- Next by thread:
[Koha-cvs] CVS: koha/opac opac-userupdate.pl,1.11,1.12
- Index(es):