Closed (won't fix)
Project:
Drupal core
Version:
6.x-dev
Component:
node system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2007 at 19:00 UTC
Updated:
2 Jul 2007 at 18:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedA couple minor problems -
there are several extra blank lines in function node_type_delete_confirm.
Also in this function the line
'form' => $form,seems unneeded and generates the notice:otherwise, seems to work fine - content type is deleted as expected.
Comment #2
hunmonk commentedattached patch fixes the previously mentioned issues.
Comment #3
webchickTested, seems to work fine. Code looks good. RTBC.
Comment #4
hunmonk commentedre-rolled for confirm form changes. tested and working.
Comment #5
hunmonk commentedComment #6
webchickDeletion API was rolled back.