@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_analytics_dashboard.views_default.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_analytics_dashboard.views_default.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_views_default_views(). |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * Code for the DF Tools Analytics Dashboard feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DF Tools Analytics Dashboard feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_tools_analytics_dashboard.features.inc'; |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_slideshow.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_slideshow.features.field_base.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_bases(). |
@@ -32,8 +32,7 @@ |
||
32 | 32 | // Create a MigrateSource object. |
33 | 33 | if (isset($arguments['path'])) { |
34 | 34 | $import_path = $arguments['path']; |
35 | - } |
|
36 | - else { |
|
35 | + } else { |
|
37 | 36 | $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv'; |
38 | 37 | } |
39 | 38 | $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1)); |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_og.strongarm.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_og.strongarm.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_strongarm(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_og.features.user_permission.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_og.features.user_permission.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_defaultconfig_user_default_permissions(). |
@@ -32,8 +32,7 @@ |
||
32 | 32 | // Create a MigrateSource object. |
33 | 33 | if (isset($arguments['path'])) { |
34 | 34 | $import_path = $arguments['path']; |
35 | - } |
|
36 | - else { |
|
35 | + } else { |
|
37 | 36 | $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv'; |
38 | 37 | } |
39 | 38 | $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1)); |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * dfs_wem.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_wem.features.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_default_collection(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * dfs_wem.features.taxonomy.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * dfs_wem.features.taxonomy.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_taxonomy_default_vocabularies(). |