aboutsummaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php4
1 files changed, 2 insertions, 2 deletions
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);