Skip to content

Instantly share code, notes, and snippets.

@paulsheldrake
Created March 31, 2020 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulsheldrake/9207e232d64ffc94a3ac9cf2a55b0129 to your computer and use it in GitHub Desktop.
Save paulsheldrake/9207e232d64ffc94a3ac9cf2a55b0129 to your computer and use it in GitHub Desktop.
Index: webform.module
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- webform.module (revision cd7b2888fc53da871b69eb73fa23f6df5e252016)
+++ webform.module (date 1585660554035)
@@ -327,16 +327,16 @@
'file' => 'includes/webform.report.inc',
'type' => MENU_CALLBACK,
);
- $items['node/%webform_menu/webform-results/clear'] = array(
- 'title' => 'Clear',
- 'page callback' => 'drupal_get_form',
- 'page arguments' => array('webform_results_clear_form', 1),
- 'access callback' => 'webform_results_clear_access',
- 'access arguments' => array(1),
- 'file' => 'includes/webform.report.inc',
- 'weight' => 8,
- 'type' => MENU_LOCAL_TASK,
- );
+// $items['node/%webform_menu/webform-results/clear'] = array(
+// 'title' => 'Clear',
+// 'page callback' => 'drupal_get_form',
+// 'page arguments' => array('webform_results_clear_form', 1),
+// 'access callback' => 'webform_results_clear_access',
+// 'access arguments' => array(1),
+// 'file' => 'includes/webform.report.inc',
+// 'weight' => 8,
+// 'type' => MENU_LOCAL_TASK,
+// );
// Node submissions.
$items['node/%webform_menu/submissions'] = array(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment