summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 6d8f9f43a..d4a58bd3d 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -1147,9 +1147,6 @@ function node_admin_nodes() {
$form['nodes'] = array('#type' => 'checkboxes', '#options' => $nodes);
$form['pager'] = array('#value' => theme('pager', NULL, 50, 0));
- $form['#method'] = 'post';
- $form['#action'] = url('admin/node');
-
// Call the form first, to allow for the form_values array to be populated.
$output .= drupal_get_form('node_admin_nodes', $form);