aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-09 10:10:37 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-02-09 10:10:37 +0000
commitb8daf569e7e3aee12b1bdbf743ebba053407188f (patch)
tree85bb4c0cc0212a71bf7826de3db5646a5973c1ea /templates
parent0c3df8a825d4e89022ef82ce1501d9a8fc322345 (diff)
downloadsemanticscuttle-b8daf569e7e3aee12b1bdbf743ebba053407188f.tar.gz
semanticscuttle-b8daf569e7e3aee12b1bdbf743ebba053407188f.tar.bz2
Interface fix: improve search history
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@253 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/sidebar.block.search.php2
1 files changed, 1 insertions, 1 deletions
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) {
?>