Index: mollom.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/mollom/mollom.install,v retrieving revision 1.2.2.33 diff -u -p -r1.2.2.33 mollom.install --- mollom.install 12 Sep 2010 23:44:14 -0000 1.2.2.33 +++ mollom.install 8 Oct 2010 15:57:57 -0000 @@ -172,6 +172,17 @@ function mollom_schema() { ), ), 'primary key' => array('form_id'), + // CTools export support. + 'export' => array( + 'key' => 'form_id', + 'bulk export' => TRUE, + 'api' => array( + 'owner' => 'mollom', + 'api' => 'mollom', + 'minimum_version' => 1, + 'current_version' => 1, + ), + ), ); $schema['cache_mollom'] = drupal_get_schema_unprocessed('system', 'cache');