fixes #2016 remove search.last_seen, never really used

This commit is contained in:
plegall 2023-10-02 14:55:33 +02:00
parent b5c9ca4819
commit 426c20d46b
3 changed files with 21 additions and 2 deletions

View file

@ -1753,7 +1753,6 @@ function save_search($rules, $forked_from=null)
'created_on' => $dbnow,
'created_by' => $user['user_id'],
'search_uuid' => $search_uuid,
'last_seen' => $dbnow,
'forked_from' => $forked_from,
)
);