Bug in clear_imported_blogs (ImpExDatabase_blog_001.php) Issue Tools
issueid=25572 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.
Issue Details
Project ImpEx
Category Cleanup
Status Fixed (Closed)
Priority 8
Affected Version 1.86
Fixed Version 1.91
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users Jerry
Tags (none)

Fri 24th Oct '08 7:13pm
Issue Changed by Jerry
  • Status changed from Unconfirmed to Fixed (Closed)
  • Issue marked as addressed
  • Addressed version changed from Unknown to 1.91
  • User assignments modified
Reply