- Patch #645078 by sun: #skip_duplicate_check() is obsolete

merge-requests/26/head
Dries Buytaert 2009-11-28 09:36:41 +00:00
parent b159baf07e
commit 6092688de5
1 changed files with 0 additions and 3 deletions

View File

@ -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);