From ce803acecb4b695567d77d5219218d5ae2b100f4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 23 Jan 2004 18:21:45 +0000 Subject: - Patch 5330 by Adrian: PostgreSQL updates and fixes. --- modules/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator.module') diff --git a/modules/aggregator.module b/modules/aggregator.module index bf02f3abb..818f9816d 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -567,7 +567,7 @@ function aggregator_get_bundle($bid) { } function aggregator_view() { - $result = db_query("SELECT f.*, COUNT(i.iid) AS items FROM {feed} f LEFT JOIN {item} i ON f.fid = i.fid GROUP BY f.fid, f.title, f.url, f.refresh, f.checked, f.attributes, f.link, f.description ORDER BY f.title"); + $result = db_query("SELECT f.*, COUNT(i.iid) AS items FROM {feed} f LEFT JOIN {item} i ON f.fid = i.fid GROUP BY f.fid, f.title, f.url, f.refresh, f.checked, f.attributes, f.link, f.description, f.etag, f.modified, f.image ORDER BY f.title"); $output .= "

". t("Feed overview") ."

"; -- cgit v1.2.3