diff options
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 9ec19be48..b4545dbc0 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -319,9 +319,9 @@ function aggregator_cron() { } /** - * Implement hook_block_list(). + * Implement hook_block_info(). */ -function aggregator_block_list() { +function aggregator_block_info() { $block = array(); $result = db_query('SELECT cid, title FROM {aggregator_category} ORDER BY title'); foreach ($result as $category) { |