diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-10-26 01:25:01 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-10-26 01:25:01 +0000 |
commit | f2675cfd3a540c938fd7d227fc2c380ce816c322 (patch) | |
tree | 0aa9d90b21d75cb0fd2d736f28957bf1328ae983 /includes/form.inc | |
parent | fbaede7ec0fb088b3d8f6ad4331bfdb6a73e2ffa (diff) | |
download | brdo-f2675cfd3a540c938fd7d227fc2c380ce816c322.tar.gz brdo-f2675cfd3a540c938fd7d227fc2c380ce816c322.tar.bz2 |
- Remove left over class from form api conversion
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index 88aa8e70c..6f3e6ab17 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -51,7 +51,6 @@ function drupal_get_form($form_id, &$form, $callback = NULL) { $form_execute = FALSE; $form['#type'] = 'form'; - $form['#attributes']['class'] .= ' form-api'; if (isset($form['#token'])) { $form['form_token'] = array('#type' => 'hidden', '#value' => md5($_SERVER['REMOTE_ADDR'] . $form['#token'] . variable_get('drupal_private_key', ''))); |