mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Issue #4501 TBD
This commit is contained in:
parent
c5333137ac
commit
fc59e8211f
@ -1107,9 +1107,9 @@ EOF;
|
||||
$sql->gen('SHOW TABLE STATUS WHERE Name = "'.MPREFIX.'rss"');
|
||||
$row = $sql->fetch('assoc');
|
||||
|
||||
if(isset($row['Collation'])) // TODO Get Working on all.
|
||||
if(isset($row['Collation'])) // TODO Get Working on all.
|
||||
{
|
||||
self::assertStringNotContainsString('CHARSET=utf8mb4', $row['Collation']);
|
||||
self::assertStringNotContainsString('utf8mb4', $row['Collation']);
|
||||
}
|
||||
|
||||
// Fix table.
|
||||
|
Loading…
x
Reference in New Issue
Block a user