diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-12 20:36:40 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-12 20:36:40 +0000 |
commit | e81c014937a5a4c1628ae52efe00a04ae24b2257 (patch) | |
tree | 72f6f7295e676059177219d9db6b3a18ae7f5e7b /modules/import.module | |
parent | 63814764da863c3d043fdac21a01ca3c83bf7b7d (diff) | |
download | brdo-e81c014937a5a4c1628ae52efe00a04ae24b2257.tar.gz brdo-e81c014937a5a4c1628ae52efe00a04ae24b2257.tar.bz2 |
- 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
Diffstat (limited to 'modules/import.module')
-rw-r--r-- | modules/import.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/import.module b/modules/import.module index 9808fe200..3d03c5d3e 100644 --- a/modules/import.module +++ b/modules/import.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) { |