diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-11-28 09:36:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-11-28 09:36:41 +0000 |
commit | 6092688de5e4dfed137dcc00c1a4307aa7d31772 (patch) | |
tree | 0745ab7c6ed7fb15d30ffc85ac78b6df389c1276 /modules/system/system.module | |
parent | b159baf07e02eec4d02eecb1e5a71cc7fa7cd54f (diff) | |
download | brdo-6092688de5e4dfed137dcc00c1a4307aa7d31772.tar.gz brdo-6092688de5e4dfed137dcc00c1a4307aa7d31772.tar.bz2 |
- Patch #645078 by sun: #skip_duplicate_check() is obsolete
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index b09f0b60f..a400691ca 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2557,9 +2557,6 @@ function confirm_form($form, $question, $path, $description = NULL, $yes = NULL, drupal_set_title($question, PASS_THROUGH); - // Confirm form fails duplication check, as the form values rarely change -- so skip it. - $form['#skip_duplicate_check'] = TRUE; - $form['#attributes'] = array('class' => array('confirmation')); $form['description'] = array('#markup' => $description); $form[$name] = array('#type' => 'hidden', '#value' => 1); |