From ee664d26d6d1bc8db0df46cb5960100bd2510c9f Mon Sep 17 00:00:00 2001 From: swiergot Date: Fri, 5 Aug 2005 19:22:32 +0000 Subject: fixed issues with seaching for orphans ('less' and 'more' buttons, 'go back to search results' link) --- web/lib/pkgfuncs.inc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index c4a30d51..1a6b6b44 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -3,7 +3,7 @@ include_once("pkgfuncs_po.inc"); # define variables used during pkgsearch # -$pkgsearch_vars = array("O", "L", "C", "K", "SB", "PP", "do_MyPackages"); +$pkgsearch_vars = array("O", "L", "C", "K", "SB", "PP", "do_MyPackages", "do_Orphans"); # print out the 'return to package details' link @@ -25,7 +25,7 @@ function pkgsearch_results_link() { $url_data = "\n"; } + if ($_REQUEST["do_Orphans"]) { + print "\n"; + } print "\n"; print "\n"; -- cgit v1.2.3-24-g4f1b