Last modified: 2010-05-15 15:37:45 UTC
When importing XML where <title> node has "#" in it, importDump.php generates this warning: Got bogus revision with null title! However, it continues to insert a row into the "page" table, where page_title is an empty string. It should generate an error and either stop/rollback, or at least not insert the row.
I cannot duplicate this in the latest 1.8 svn version.
Marking WORKSFORME since this was listed as not reproducable some time ago. Reopen with sample input file if it continues.