@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_hero.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_hero.features.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_ctools_plugin_api(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_og.field_group.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_og.field_group.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_group_info(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_og.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_og.features.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_ctools_plugin_api(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_og.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_og.features.field_base.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_bases(). |
@@ -17,7 +17,7 @@ |
||
17 | 17 | // have control over that file via build scripts. |
18 | 18 | // If RestWS had a real way to deal with CORS/preflight, we would use that. |
19 | 19 | if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') { |
20 | - echo "";die; |
|
20 | + echo ""; die; |
|
21 | 21 | } |
22 | 22 | } |
23 | 23 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_rest.module |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_rest.module |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_init(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_webform.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_webform.features.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_ctools_plugin_api(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_webform.features.field_base.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_webform.features.field_base.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_field_default_field_bases(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_webform.fieldable_panels_pane_type.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_webform.fieldable_panels_pane_type.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_default_fieldable_panels_pane_type(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_tools_webform.module |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_tools_webform.module |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_tools_webform.features.inc'; |
8 | 8 |