Tue 20th May '08 9:11am
|
 |
vBG.com Team
|
|
|
Bug in clear_imported_blogs (ImpExDatabase_blog_001.php)
There seems to be an error in the function clear_imported_blogs() - ImpExDatabase_blog_001.php:
Code:
// 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.
|