? ._feeds.module ? ._feeds.plugins.inc ? 711664_feeds_test.patch ? tmp.patch Index: feeds.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/feeds/feeds.module,v retrieving revision 1.32 diff -u -p -r1.32 feeds.module --- feeds.module 24 Feb 2010 00:21:14 -0000 1.32 +++ feeds.module 26 Feb 2010 23:26:23 -0000 @@ -220,6 +220,18 @@ function feeds_ctools_plugin_api($owner, } /** + * Implementation of hook_ctools_plugin_plugins(). + * + * Psuedo hook defintion plugin system options and defaults. + */ +function feeds_ctools_plugin_plugins() { + return array( + 'cache' => FALSE, + 'use hooks' => TRUE, + ); +} + +/** * Implementation of hook_feeds_plugins(). */ function feeds_feeds_plugins() {