PDA

View Full Version : Bug in clear_imported_blogs (ImpExDatabase_blog_001.php)


Mystics
Tue 20th May '08, 9:11am
There seems to be an error in the function clear_imported_blogs() - ImpExDatabase_blog_001.php:

// blog
$Db_object->query("DELETE FROM " . $tableprefix . "blog WHERE blogid IN(" . $ids . ")");
$Db_object->query("DELETE FROM " . $tableprefix . "blog_categoryuser WHERE blogid IN(" . $ids . ")");The var $ids only contains the ids of blog entrys (blog_text.blogtextid), not the ids of the blogs.