diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-12-22 19:38:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-12-22 19:38:31 +0000 |
commit | 6303ecb8c813f8e52efeeafd943b8b23679140d9 (patch) | |
tree | 933a40c94763176e082a0c1935c08243c335b6c6 /modules/aggregator/aggregator.install | |
parent | 0c63d9e24fcaef1f3cb09823d5765e7fb48bc89e (diff) | |
download | brdo-6303ecb8c813f8e52efeeafd943b8b23679140d9.tar.gz brdo-6303ecb8c813f8e52efeeafd943b8b23679140d9.tar.bz2 |
- Patch #303930 by Aron Novak, alex_b, et al: introduced pluggable architecture for aggregator
Diffstat (limited to 'modules/aggregator/aggregator.install')
-rw-r--r-- | modules/aggregator/aggregator.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install index 83039487e..7954baea6 100644 --- a/modules/aggregator/aggregator.install +++ b/modules/aggregator/aggregator.install @@ -20,6 +20,9 @@ function aggregator_uninstall() { variable_del('aggregator_summary_items'); variable_del('aggregator_clear'); variable_del('aggregator_category_selector'); + variable_del('aggregator_fetcher'); + variable_del('aggregator_parser'); + variable_del('aggregator_processors'); } /** |