| 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(). |
| 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 |
} |
} |