Change the delete page to use the confirm_form() which to be more inline with Drupal core.
| Comment | File | Size | Author |
|---|---|---|---|
| 0003-Change-the-key-delete-to-use-the-drupal-standard-con.patch | 1.81 KB | gordon |
Change the delete page to use the confirm_form() which to be more inline with Drupal core.
| Comment | File | Size | Author |
|---|---|---|---|
| 0003-Change-the-key-delete-to-use-the-drupal-standard-con.patch | 1.81 KB | gordon |
Comments
Comment #1
dave reidUse $form_state['redirect'] instead of drupal_goto() so it doesn't mess up using drupal_execute() to run form submission.
Comment #2
dave reidClosing as the 6.x-1.x branch is no longer supported.