From: mensonge Date: Mon, 9 Feb 2009 10:10:37 +0000 (+0000) Subject: Interface fix: improve search history X-Git-Tag: v0.94~131 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b8daf569e7e3aee12b1bdbf743ebba053407188f;p=semanticscuttle.git Interface fix: improve search history git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@253 b3834d28-1941-0410-a4f8-b48e95affb8f --- 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) { ?>