? semantic_views-fix_export.patch
Index: semanticviews_plugin_row_fields.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/semanticviews/Attic/semanticviews_plugin_row_fields.inc,v
retrieving revision 1.1.2.9
diff -u -p -r1.1.2.9 semanticviews_plugin_row_fields.inc
--- semanticviews_plugin_row_fields.inc	23 Nov 2009 02:20:22 -0000	1.1.2.9
+++ semanticviews_plugin_row_fields.inc	26 Jan 2010 08:42:28 -0000
@@ -20,6 +20,7 @@ class semanticviews_plugin_row_fields ex
     // Field element_type and classes cannot be defined in the options
     // definition because the field handlers are not attached when the option
     // defaults are set up in the object's init() method.
+    $options['semantic_html'] = array('default' => array());
     return $options;
   }
 
