On Drupal 6.9, I did the following.
- Click on Images and upload the first image to a node.
- View the node. See the image.
- Click on Images again, mark the Delete checkbox, Save.
- An empty page appears.
Apparently the operation was performed properly. The image has actually been deleted.
Comments
Comment #1
stefano73 commentedThere was a missing function in node_images.module. Fixed and committed to CVS. Thanks for your feedback.