summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-28 11:08:44 +0100
committerAndrew Dolgov <[email protected]>2008-04-28 11:08:44 +0100
commit2ac6b765ab62750fc8348d5bca1efbff9c42a71d (patch)
tree051beae9bbebfe842c291d5a1ecd6fbfec3dac68 /modules/pref-feeds.php
parente89aed7bb53760d27803a22c086893b0cd75233c (diff)
more work on PGSQL 8.3 compatibility (refs #201)
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 43be1cbe3..6bd6b4aba 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -821,7 +821,7 @@
F1.id,
F1.title,
F1.feed_url,
- substring(F1.last_updated,1,16) AS last_updated,
+ ".SUBSTRING_FOR_DATE."(F1.last_updated,1,16) AS last_updated,
F1.parent_feed,
F1.update_interval,
F1.last_error,