mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
fixes #2016 remove search.last_seen, never really used
This commit is contained in:
parent
b5c9ca4819
commit
426c20d46b
3 changed files with 21 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue