From 6092688de5e4dfed137dcc00c1a4307aa7d31772 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 28 Nov 2009 09:36:41 +0000 Subject: - Patch #645078 by sun: #skip_duplicate_check() is obsolete --- modules/system/system.module | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/system/system.module') 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); -- cgit v1.2.3