diff includes/form.inc @ 19:3edae6ecd6c6 6.9

Drupal 6.9
author Franck Deroche <franck@defr.org>
date Thu, 15 Jan 2009 10:15:56 +0100
parents 4347c45bb494
children
line wrap: on
line diff
--- a/includes/form.inc	Tue Dec 23 14:32:55 2008 +0100
+++ b/includes/form.inc	Thu Jan 15 10:15:56 2009 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: form.inc,v 1.265.2.16 2008/11/22 13:03:19 dries Exp $
+// $Id: form.inc,v 1.265.2.17 2009/01/12 16:07:23 goba Exp $
 
 /**
  * @defgroup forms Form builder functions
@@ -972,7 +972,6 @@
     $form['#id'] = form_clean_id('edit-'. implode('-', $form['#parents']));
   }
 
-  unset($edit);
   if (!empty($form['#disabled'])) {
     $form['#attributes']['disabled'] = 'disabled';
   }