News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Bug in recount converter tools?

Started by Quis, March 25, 2009, 06:02:21 PM

Previous topic - Next topic

Quis

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;

SleePy

Thank you.

I have patched the code and edited the topics to update them :)
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Advertisement: