From 50260942f0f410d05a049fd0bc24e95ba4add5b6 Mon Sep 17 00:00:00 2001 From: miker Date: Tue, 7 Jun 2005 21:33:43 +0000 Subject: [PATCH] bugfix git-svn-id: svn://svn.open-ils.org/ILS/trunk@784 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/opensearch.ttk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/opensearch.ttk b/Open-ILS/src/extras/opensearch.ttk index be55f09542..c977929725 100644 --- a/Open-ILS/src/extras/opensearch.ttk +++ b/Open-ILS/src/extras/opensearch.ttk @@ -10,7 +10,7 @@ IF CGI.param('pagesize'); pagesize = CGI.param('pagesize'); END; -itempage = CGI.param('itempage'); +itempage = CGI.param('page'); #type,string,location,depth count_meth = 'open-ils.search.biblio.class.count'; @@ -52,7 +52,7 @@ j = req.finish; Pines Catalogue Search: [% string %] - http://http://gapines.org/opensearch/?target=mr_result&mr_search_type=[% type %]&mr_search_query=[% string %]&itempage=[% itempage %]&mr_search_depth=[% depth %]&mr_search_location=[% location %] + http://http://gapines.org/opensearch/?target=mr_result&mr_search_type=[% type %]&mr_search_query=[% string %]&page=[% itempage %]&mr_search_depth=[% depth %]&mr_search_location=[% location %] Search results for "[% string %]" at gapines.org en-us ©2004-2005, Georga Public Library Service. -- 2.11.0