diff -urp ctools/includes/export.inc ctools 2/includes/export.inc --- ctools/includes/export.inc 2010-07-23 14:44:53.000000000 -0500 +++ ctools 2/includes/export.inc 2010-08-02 15:16:45.000000000 -0500 @@ -241,7 +241,7 @@ function ctools_export_crud_import($tabl $export = $schema['export']; if (!empty($export['import callback']) && function_exists($export['import callback'])) { - return $export['import callback']($object, $indent); + return $export['import callback']($code); } else { ob_start();