Index: includes/export.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/includes/export.inc,v
retrieving revision 1.19.2.20
diff -u -p -r1.19.2.20 export.inc
--- includes/export.inc	23 Jul 2010 19:44:53 -0000	1.19.2.20
+++ includes/export.inc	6 Jan 2011 13:21:20 -0000
@@ -186,7 +186,7 @@ function ctools_export_crud_delete($tabl
     // If we were sent an object, get the export key from it. Otherwise
     // assume we were sent the export key.
     $value = is_object($object) ? $object->{$export['key']} : $object;
-    db_query("DELETE FROM {$table} WHERE " . $export['key'] . " = '%s'", $value);
+    db_query("DELETE FROM {". $table ."} WHERE " . $export['key'] . " = '%s'", $value);
   }
 }
 
