? ctools-export-additions-1.patch
Index: includes/export.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/includes/export.inc,v
retrieving revision 1.19
diff -u -p -r1.19 export.inc
--- includes/export.inc	17 Aug 2009 18:41:04 -0000	1.19
+++ includes/export.inc	19 Aug 2009 07:04:25 -0000
@@ -400,6 +400,9 @@ function ctools_export_object($table, $o
   if (!empty($schema['export']['api']['current_version'])) {
     $output .= $indent . '$' . $identifier . '->api_version = ' . $schema['export']['api']['current_version'] . ";\n";
   }
+  
+  // Allow other modules to add their additions.
+  drupal_alter('ctools_export_additions', $additions, $object, $identifier);  
 
   // Put top additions here:
   foreach ($additions as $field => $value) {
