From 5dc27bcb93db939584576194414e33d330cb7b38 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 Aug 2006 18:50:35 +0000 Subject: - Patch #80860 by eaton et al: use form API multistep for poll.module --- includes/form.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index 40ab647ce..d5607d957 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -99,11 +99,6 @@ function drupal_get_form($form_id) { $_SESSION['form'][$form_build_id] = $args; $form['#build_id'] = $form_build_id; } - // If we're in this part of the code, $_POST always contains - // values from the previously submitted form. Unset it to avoid - // any accidental submission of doubled data, then process the form - // to prep it for rendering. - unset($_POST); drupal_process_form($args[0], $form); } -- cgit v1.2.3