Fix install for MySQL < 5.5.3

This commit is contained in:
Michael Foster 2013-08-03 02:11:16 -04:00
parent ea1fe528a4
commit e35467e3b9

View File

@ -619,7 +619,7 @@ if ($step == 0) {
sql_open();
if (mysql_version() < 50503)
$sql = str_replace('utf8', 'utf8mb4', $sql);
$sql = preg_replace('/(CHARSET=|CHARACTER SET )utf8mb4/', '$1utf8', $sql);
// This code is probably horrible, but what I'm trying
// to do is find all of the SQL queires and put them