mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
- fill #searches.last_seen column
- small correction on my previous commit (functions_tag.inc.php) - web service tags.getImages correction git-svn-id: http://piwigo.org/svn/trunk@1816 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
df3b43d356
commit
58a359e3c1
4 changed files with 8 additions and 14 deletions
|
@ -37,9 +37,9 @@ $search['q']=$_GET['q'];
|
|||
|
||||
$query ='
|
||||
INSERT INTO '.SEARCH_TABLE.'
|
||||
(rules)
|
||||
(rules, last_seen)
|
||||
VALUES
|
||||
(\''.serialize($search).'\')
|
||||
(\''.serialize($search).'\', NOW() )
|
||||
;';
|
||||
pwg_query($query);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue