Interface fix: improve search history
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@253 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
0c3df8a825
commit
b8daf569e7
@ -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) {
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user