summaryrefslogtreecommitdiff
path: root/utils/xml-export.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-10-27 12:05:20 +0400
committerAndrew Dolgov <[email protected]>2010-10-27 12:05:20 +0400
commit25ea280502fbb0fb7fc51f355df8fc644dfc994d (patch)
tree1a2eb0a3a5f6d98702ac9340dbb33ee6ebf17a1e /utils/xml-export.php
parent70543b6a400f292c6ed03d0489d0d696d1e13606 (diff)
add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema)
Diffstat (limited to 'utils/xml-export.php')
-rw-r--r--utils/xml-export.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/xml-export.php b/utils/xml-export.php
index 438f008d4..6926fd6c2 100644
--- a/utils/xml-export.php
+++ b/utils/xml-export.php
@@ -97,7 +97,7 @@
updated,
guid,
link,
- SUBSTRING(date_entered,1,16) AS date_entered,
+ SUBSTRING(date_updated,1,16) AS date_updated,
SUBSTRING(last_read,1,16) AS last_read,
comments,
ttrss_feeds.feed_url AS feed_url,
@@ -118,7 +118,7 @@
updated,
guid,
link,
- SUBSTRING(date_entered,1,16) AS date_entered,
+ SUBSTRING(date_updated,1,16) AS date_updated,
SUBSTRING(last_read,1,16) AS last_read,
comments,
ttrss_feeds.feed_url AS feed_url,