From 3c50da8334f5c7d09c531b14d14d26d7309ddeb0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Jan 2008 09:44:50 +0100 Subject: schema: add ttrss_feeds.last_update_started, bump version --- functions.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index e0eb2bb0e..919cd926c 100644 --- a/functions.php +++ b/functions.php @@ -478,6 +478,9 @@ return; } + db_query($link, "UPDATE ttrss_feeds SET last_update_started = NOW() + WHERE id = '$feed'"); + $auth_login = db_fetch_result($result, 0, "auth_login"); $auth_pass = db_fetch_result($result, 0, "auth_pass"); -- cgit v1.2.3