summaryrefslogtreecommitdiff
path: root/utils/xml-export.php
diff options
context:
space:
mode:
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,