From b8daf569e7e3aee12b1bdbf743ebba053407188f Mon Sep 17 00:00:00 2001 From: mensonge Date: Mon, 9 Feb 2009 10:10:37 +0000 Subject: Interface fix: improve search history git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@253 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/sidebar.block.search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/sidebar.block.search.php b/templates/sidebar.block.search.php index 7979ebf..4e3c801 100644 --- a/templates/sidebar.block.search.php +++ b/templates/sidebar.block.search.php @@ -7,7 +7,7 @@ if ($logged_on_userid === false) { $logged_on_userid = NULL; } -$lastSearches = $searchhistoryservice->getAllSearches('all', NULL, 3, NULL, true, true); +$lastSearches = $searchhistoryservice->getAllSearches('all', NULL, 3, NULL, true, false); if ($lastSearches && count($lastSearches) > 0) { ?> -- cgit v1.2.3