? .DS_Store
? pretty_export.patch
? spaces_site_should_work_now.patch
Index: spaces_admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/spaces/spaces_admin.inc,v
retrieving revision 1.1.4.16.2.3
diff -u -p -r1.1.4.16.2.3 spaces_admin.inc
--- spaces_admin.inc	14 Apr 2009 19:59:01 -0000	1.1.4.16.2.3
+++ spaces_admin.inc	3 May 2009 17:30:35 -0000
@@ -277,7 +277,7 @@ function spaces_preset_export(&$form_sta
   unset($preset['disabled']);
 
   // Do some niceties to the export
-  $export = var_export($preset, true);
+  $export = features_var_export($preset);
   $export = '$items[\''. $id .'\'] = '. $export .';';
 
   // Build the form
