Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2007 at 16:47 UTC
Updated:
27 Jul 2007 at 20:18 UTC
Jump to comment: Most recent file
Comments
Comment #1
asimmonds commentedHave included in this patch the code from the CVS revision immediately previous to the DAPI commit for:
- comment_multiple_delete_confirm()
- node_multiple_delete_confirm()
- node_revision_delete()
The will bring this code back to before DAPI was introduced.
Tested multiple comment and node deletions, as well as a node revision deletion.
also have included the removal of the DAPI functions:
- _drupal_delete()
- _drupal_delete_execute()
- drupal_redirect()
from common.inc
A grep of the core code shows no usage of these 3 functions, apart from actions.(inc|module) which has a open issue for this and other problems.
Comment #2
AjK commentedAs of now patch still applies, however an offset is required for comment.module hunk #1:
Hunk #1 succeeded at 1284 (offset -12 lines).
Tested all the delete functions this patch touches and they now work fine (which were broken without patch).
Comment #3
gábor hojtsyThanks, committed!
Comment #4
(not verified) commented