From e81c014937a5a4c1628ae52efe00a04ae24b2257 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 12 Jul 2001 20:36:40 +0000 Subject: - blog.module: + fixed visual glitch with 'read more' link (blog comments) + made it possible to delete your last blog item + fixed timestamp bug when previewing a new blog + fixed potential problem with blog_save() + fixed a few HTML/XHTML tinkos. - statistics.module: + "yoursite.com" should no longer show up under "external referrers" + fixed "Referers of the last 31 years 37 weeks 1 hour 46 min 40 sec" bug + xhtml-ified - node.inc: + fixed watchdog message - import.module: + small block improvement --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 9808fe200..3d03c5d3e 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -105,7 +105,7 @@ function import_feed_block($feed) { } function import_block() { - return import_get_bundles(); + return array_merge(import_get_bundles(), import_get_feeds()); } function import_get_bundles($attributes = 0) { -- cgit v1.2.3