@@ -108,8 +108,7 @@ discard block |
||
108 | 108 | foreach ($messages as $message) { |
109 | 109 | $operations[] = array('drupal_get_messages', array($message, TRUE)); |
110 | 110 | } |
111 | - } |
|
112 | - else { |
|
111 | + } else { |
|
113 | 112 | // Determine the current alias |
114 | 113 | $alias_context = drush_get_context('alias'); |
115 | 114 | $alias = !empty($alias_context) ? $alias_context : '@self'; |
@@ -139,8 +138,7 @@ discard block |
||
139 | 138 | $options = array('query' => array('token' => drupal_get_token(DRUPAL_ROOT . '/df/imagestyles'))); |
140 | 139 | // The ability to send an array for $redirect is undocumented on Drupal.org, yay! |
141 | 140 | batch_process(array('admin/df/imagestyles', $options)); |
142 | - } |
|
143 | - else { |
|
141 | + } else { |
|
144 | 142 | drush_backend_batch_process(); |
145 | 143 | } |
146 | 144 | } |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file df-admin-page.tpl.php |
|
4 | - */ |
|
3 | + * @file df-admin-page.tpl.php |
|
4 | + */ |
|
5 | 5 | ?> |
6 | 6 | |
7 | 7 | <div class="dfs-wrapper"> |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_admin.features.user_permission.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_admin.features.user_permission.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_defaultconfig_user_default_permissions(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_admin.rules_defaults.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_admin.rules_defaults.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_default_rules_configuration(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_translate.features.user_role.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_translate.features.user_role.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_user_default_roles(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * Code for the DF Translator feature. |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * Code for the DF Translator feature. |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | include_once 'df_translate.features.inc'; |
8 | 8 |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_translate.features.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_translate.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_translate.features.language.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_translate.features.language.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_locale_default_languages(). |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * @file |
|
4 | - * df_translate.features.user_permission.inc |
|
5 | - */ |
|
3 | + * @file |
|
4 | + * df_translate.features.user_permission.inc |
|
5 | + */ |
|
6 | 6 | |
7 | 7 | /** |
8 | 8 | * Implements hook_defaultconfig_user_default_permissions(). |