Hi Steve,
Well not as much a bug but a coding error. In Impex/systems/ipb/003.php there the following lines (104 to 109);
Code:
$user_groups_array = $this->get_ipb_user_group_details($Db_source, $source_database_type, $source_table_prefix);
// Got some numbers, lets try putting it in the dB
$usergroup_object = new ImpExData($Db_target, $sessionobject,'usergroup');
$displayobject->display_now("<h4>{$displayobject->phrases['importing']} " . count($usergroup_array) . " {$displayobject->phrases['usergroups']}</h4>");
Shouldn't line 109 also use the
variable instead of
Bookmarks