MyBB Community Forums

Full Version: [F] upgrade.php wrong syntax [C-Chris]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

This is line 383 of upgrade.php in MyBB 1.4.4:

		) TYPE=MyISAM;{$charset}");

But i think it must be:

		) TYPE=MyISAM{$charset};");

Thanks.
Yep. Your right. Looks different then all the rest.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group