Simple Machines Community Forum

SMF Support => Converting to SMF => Topic started by: Quis on March 25, 2009, 06:02:21 PM

Title: Bug in recount converter tools?
Post by: Quis on March 25, 2009, 06:02:21 PM
I'm running the scripts on 1.1.8, and hit an error.   I think the problem is this (around line 296 in recount_categories.php, but similar for recount_boards.php):


script_query()
{
...
// We need to find our backtrace.
if ($return !== false)
return $query;
...
}



Should really be:


// We need to find our backtrace.
if ($return !== false)
return $return;
Title: Re: Bug in recount converter tools?
Post by: SleePy on April 05, 2009, 12:25:54 PM
Thank you.

I have patched the code and edited the topics to update them :)