summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-01-23 09:44:50 +0100
committerAndrew Dolgov <[email protected]>2008-01-23 09:44:50 +0100
commit3c50da8334f5c7d09c531b14d14d26d7309ddeb0 (patch)
tree0357320962042774212c9e70c92ce32330cf8b7d /functions.php
parent22f3e356c8d0f2178c1d401f9bb096d3ea142a8f (diff)
schema: add ttrss_feeds.last_update_started, bump version
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
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");