diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-02-14 05:45:20 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-02-14 05:45:20 +0000 |
commit | 58a359e3c17b711be1663985e5e7801407eb50ed (patch) | |
tree | 32afe0d1840980e83dabf9236a90925e657daf78 /qsearch.php | |
parent | df3b43d35601551c3344bf051cdef4ab67de505a (diff) |
- 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
Diffstat (limited to 'qsearch.php')
-rw-r--r-- | qsearch.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qsearch.php b/qsearch.php index c993d4386..da5188196 100644 --- a/qsearch.php +++ b/qsearch.php @@ -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); |