/[drupal]/contributions/modules/spaces/spaces.features.inc
ViewVC logotype

Diff of /contributions/modules/spaces/spaces.features.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1, Thu Aug 13 14:55:33 2009 UTC revision 1.1.2.2, Sun Sep 6 15:25:48 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: spaces.features.inc,v 1.1.2.1 2009/08/13 14:55:33 yhahn Exp $
3    
4  /**  /**
5   * Implementation of hook_spaces_features_export().   * Implementation of hook_spaces_features_export().
# Line 40  function spaces_features_export_render($ Line 40  function spaces_features_export_render($
40        unset($preset['storage']);        unset($preset['storage']);
41    
42        $code[] = '  // Exported preset: '. $id;        $code[] = '  // Exported preset: '. $id;
43        $code[] = '  $presets['. $id .'] = '. features_var_export($preset, '  ') .';';        $code[] = '  $presets[\''. $id .'\'] = '. features_var_export($preset, '  ') .';';
44        $code[] = '';        $code[] = '';
45      }      }
46    }    }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2