]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Interface fix: improve search history
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 9 Feb 2009 10:10:37 +0000 (10:10 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Mon, 9 Feb 2009 10:10:37 +0000 (10:10 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@253 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/sidebar.block.search.php

index 7979ebfd92560c5a9b4a7aab179d5d4d82517cc6..4e3c8019161068bba3327f38d79ba85c6faabff4 100644 (file)
@@ -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) {
 ?>