From 58a359e3c17b711be1663985e5e7801407eb50ed Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 14 Feb 2007 05:45:20 +0000 Subject: - 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 --- search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'search.php') diff --git a/search.php b/search.php index c8efc4719..22953bda3 100644 --- a/search.php +++ b/search.php @@ -134,9 +134,9 @@ if (isset($_POST['submit'])) // thumbnails page and picture page. $query =' INSERT INTO '.SEARCH_TABLE.' - (rules) + (rules, last_seen) VALUES - (\''.serialize($search).'\') + (\''.serialize($search).'\', NOW()) ;'; pwg_query($query); -- cgit v1.2.3