? .svn ? openlayers_use_ctools_deprecated_big_hook_definition-6--2.patch ? openlayers_use_ctools_deprecated_big_hook_definition-HEAD.patch ? openlayers_use_ctools_deprecated_big_hook_definition.patch Index: openlayers.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/openlayers/openlayers.module,v retrieving revision 1.69.2.48 diff -u -p -r1.69.2.48 openlayers.module --- openlayers.module 7 Mar 2010 20:17:21 -0000 1.69.2.48 +++ openlayers.module 9 Mar 2010 23:14:58 -0000 @@ -735,6 +735,12 @@ function openlayers_openlayers_layers() return _openlayers_openlayers_layers(); } +function openlayers_ctools_plugin_behaviors() { + return array( + 'use hooks' => TRUE, + ); +} + /** * Implementation of hook_openlayers_behaviors(). *