Completed
Push — 7.x-3.x ( ae8d10...902f1e )
by Devin
07:34 queued 04:58
created
modules/commons_events_solr/commons_events_solr.pm_existing_pages.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_events_solr.pm_existing_pages.inc
5
- */
3
+   * @file
4
+   * commons_events_solr.pm_existing_pages.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_pm_existing_pages_info().
Please login to merge, or discard this patch.
modules/commons_events_solr/commons_events_solr.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_events_solr.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_events_solr.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons_events/modules/commons_events_solr/commons_events_solr.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 Events - Solr feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Events - Solr feature.
5
+   */
6 6
 
7 7
 include_once 'commons_events_solr.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons_events_pages/commons_events_pages.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_events_pages.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_events_pages.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/commons_events_pages/commons_events_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_events_pages.features.inc
5
- */
3
+   * @file
4
+   * commons_events_pages.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
commons_events/modules/commons_events_pages/commons_events_pages.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Commons Events Pages module.
5
- */
3
+   * @file
4
+   * Commons Events Pages module.
5
+   */
6 6
 
7 7
 include_once 'commons_events_pages.features.inc';
Please login to merge, or discard this patch.
modules/commons/commons_events/includes/commons_events.forms.inc 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Commons Events form declarations.
5
- */
3
+     * @file
4
+     * Commons Events form declarations.
5
+     */
6 6
 
7
- /**
8
- * Form builder for Attend call to action on events, as long as registration
9
- * is available onsite.
10
- */
7
+  /**
8
+   * Form builder for Attend call to action on events, as long as registration
9
+   * is available onsite.
10
+   */
11 11
 function commons_events_attend_event_form($form, &$form_state, $event_node, $registration = NULL, $attendee_count = 0) {
12 12
   $form_state['event_node'] = $event_node;
13 13
   if (!registration_status('node', $event_node->nid, TRUE)) {
Please login to merge, or discard this patch.
commons/commons_events/commons_events.features.og_features_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_events.features.og_features_permission.inc
5
- */
3
+   * @file
4
+   * commons_events.features.og_features_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_og_features_default_permissions().
Please login to merge, or discard this patch.
modules/commons/commons_events/commons_events.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_events.features.user_permission.inc
5
- */
3
+   * @file
4
+   * commons_events.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_permissions().
Please login to merge, or discard this patch.