Completed
Branch 7.x-3.x (9d48fc)
by Devin
04:36
created
modules/commons_search_solr_user/commons_search_solr_user.module 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons Search Solr User feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Search Solr User feature.
5
+   */
6 6
 
7 7
 include_once 'commons_search_solr_user.features.inc';
8 8
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
         ->execute();
113 113
       $user_ids = array_keys($results['user']);
114 114
       foreach ($user_ids as $uid) {
115
-        $out_results[] = user_view(user_load($uid), 'search_results');($user_ids);
115
+        $out_results[] = user_view(user_load($uid), 'search_results'); ($user_ids);
116 116
       }
117 117
       $build['pager'] = array(
118 118
         // As nice as it would be to make this use #theme, it is a bit more
@@ -249,7 +249,7 @@  discard block
 block discarded – undo
249 249
       $form['custom_search_types']['#options'] = array_merge(array('s-user' => t('People')), $other_options);
250 250
     }
251 251
     //We want to override the #submit with our own, the other submits aren't relevant for the user page
252
-    $form['#submit'][]= 'commons_search_solr_user_search_submit';
252
+    $form['#submit'][] = 'commons_search_solr_user_search_submit';
253 253
   }
254 254
 }
255 255
 
Please login to merge, or discard this patch.
modules/commons/commons_search/commons_search.views_default.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_search.views_default.inc
5
- */
3
+   * @file
4
+   * commons_search.views_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_views_default_views().
Please login to merge, or discard this patch.
modules/commons/commons_search/commons_search.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_search.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_search.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/commons/commons_search/commons_search.features.user_permission.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_search.features.user_permission.inc
5
- */
3
+   * @file
4
+   * commons_search.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_permissions().
Please login to merge, or discard this patch.
modules/commons/commons_search/commons_search.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_search.features.inc
5
- */
3
+   * @file
4
+   * commons_search.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
commons/commons_user_profile_pages/commons_user_profile_pages.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the Commons User Profile Pages feature.
5
- */
3
+   * @file
4
+   * Code for the Commons User Profile Pages feature.
5
+   */
6 6
 
7 7
 include_once 'commons_user_profile_pages.features.inc';
8 8
 
Please login to merge, or discard this patch.
commons_user_profile_pages/commons_user_profile_pages.pages_default.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_user_profile_pages.pages_default.inc
5
- */
3
+   * @file
4
+   * commons_user_profile_pages.pages_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_default_page_manager_handlers().
Please login to merge, or discard this patch.
commons/commons_user_profile_pages/commons_user_profile_pages.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_user_profile_pages.features.inc
5
- */
3
+   * @file
4
+   * commons_user_profile_pages.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/commons/commons_wikis/commons_wikis.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * commons_wikis.features.inc
5
- */
3
+   * @file
4
+   * commons_wikis.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.