summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-10 05:23:49 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-10 05:23:49 +0000
commit46cf0a7db4e43073a960442ad4e109b126883a30 (patch)
treeabd767ed9c4e74597f448089583437708db410fd
parentcb159b9ff1b3165219292e63a89fa553d5811749 (diff)
downloadbrdo-46cf0a7db4e43073a960442ad4e109b126883a30.tar.gz
brdo-46cf0a7db4e43073a960442ad4e109b126883a30.tar.bz2
#356782 by quicksketch: remove needless line of code.
-rw-r--r--includes/form.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 224ada048..c59eacb10 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -984,7 +984,6 @@ function _form_builder_handle_input_element($form_id, &$form, &$form_state, $com
$form['#id'] = form_clean_id('edit-' . implode('-', $form['#parents']));
}
- unset($edit);
if (!empty($form['#disabled'])) {
$form['#attributes']['disabled'] = 'disabled';
}