diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-15 18:59:05 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-15 18:59:05 +0000 |
commit | 238daad21c7a7a5a2263ce6fb6d253810d126bb9 (patch) | |
tree | 4f31c1ee37a8508f5292d1d5cdc0c18abeae2e3a /modules/aggregator | |
parent | dee6cb3e57a38d1f6e575a879e6455269147a249 (diff) | |
download | brdo-238daad21c7a7a5a2263ce6fb6d253810d126bb9.tar.gz brdo-238daad21c7a7a5a2263ce6fb6d253810d126bb9.tar.bz2 |
#402396 by alex_b: Small aggregator clean-up.
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.info | 1 | ||||
-rw-r--r-- | modules/aggregator/aggregator_test.info | 1 | ||||
-rw-r--r-- | modules/aggregator/aggregator_test.module | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.info b/modules/aggregator/aggregator.info index da56e4514..fb65a7fa9 100644 --- a/modules/aggregator/aggregator.info +++ b/modules/aggregator/aggregator.info @@ -1,5 +1,4 @@ ; $Id$ - name = Aggregator description = "Aggregates syndicated content (RSS, RDF, and Atom feeds)." package = Core diff --git a/modules/aggregator/aggregator_test.info b/modules/aggregator/aggregator_test.info index d07ed900b..1cc6ebfe8 100644 --- a/modules/aggregator/aggregator_test.info +++ b/modules/aggregator/aggregator_test.info @@ -1,3 +1,4 @@ +; $Id$ name = "Aggregator module tests" description = "Support module for aggregator related testing." package = Testing diff --git a/modules/aggregator/aggregator_test.module b/modules/aggregator/aggregator_test.module index e632aac88..6ea04db07 100644 --- a/modules/aggregator/aggregator_test.module +++ b/modules/aggregator/aggregator_test.module @@ -10,6 +10,7 @@ function aggregator_test_menu() { 'description' => "A cached test feed with a static last modified date.", 'page callback' => 'aggregator_test_feed', 'access arguments' => array('access content'), + 'type' => MENU_CALLBACK, ); return $items; } |