* fix bug #24806-2

This commit is contained in:
lanzongjun
2022-07-06 11:23:31 +08:00
parent 42e8032269
commit a7410f7986
-1
View File
@@ -154,7 +154,6 @@ class search extends control
{
if(empty($queryID)) continue;
$query = $this->search->getByID($queryID);
$html .= '<li>' . html::a("javascript:executeQuery({$queryID})", $queryName . ((common::hasPriv('search', 'deleteQuery') and $this->app->user->account == $query->account) ? '<i class="icon icon-close"></i>' : ''), '', "class='label user-query' data-query-id='$queryID' title='{$queryName}'") . '</li>';
}
echo $html;