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:
mensonge 2009-02-09 10:10:37 +00:00
parent 0c3df8a825
commit b8daf569e7

View File

@ -7,7 +7,7 @@ if ($logged_on_userid === false) {
$logged_on_userid = NULL; $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) { if ($lastSearches && count($lastSearches) > 0) {
?> ?>