diff --git a/module/search/control.php b/module/search/control.php index 88e8e77450..942094faa1 100644 --- a/module/search/control.php +++ b/module/search/control.php @@ -154,7 +154,6 @@ class search extends control { if(empty($queryID)) continue; $query = $this->search->getByID($queryID); - $html .= '
  • ' . html::a("javascript:executeQuery({$queryID})", $queryName . ((common::hasPriv('search', 'deleteQuery') and $this->app->user->account == $query->account) ? '' : ''), '', "class='label user-query' data-query-id='$queryID' title='{$queryName}'") . '
  • '; } echo $html;