MyBB Community Forums

Full Version: [F] Little typo bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
inc/db_mysqli.php: (Line 190)
"<td style=\"background-color: #ccc;\">{$debug_extra}><div><strong>#".$this->query_count." - Write Query</strong></div></td>\n"
{$debug_extra}> should be {$debug_extra} without the > at the end.
This bug has been fixed in the latest code.

Please note the latest code is not live on the site or for download. An update will be released which contains this fix.