diff options
Diffstat (limited to 'modules/node.module')
-rw-r--r-- | modules/node.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/node.module b/modules/node.module index 6d8f9f43a..d4a58bd3d 100644 --- a/modules/node.module +++ b/modules/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); |