Last modified: 2007-09-24 00:47:46 UTC
The script creates a new ImagePage but just calls doDeleteArticle. This leaves behind the image itself. It should make a new Image and call its delete.
Created attachment 2858 [details] Fix Tested briefly, seems to work. Could use some better error reporting?
Could check for the image file's existence, and skip the deletion step if appropriate?
Created attachment 2965 [details] Update Checks for image existence, changes output format a little.
Done in r26048.