mirror of
https://github.com/vrana/adminer.git
synced 2025-12-30 20:30:41 +01:00
Display collation at table structure if different from table
This commit is contained in:
@@ -258,7 +258,7 @@ class Plugins extends Adminer {
|
||||
return $this->applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function tableStructurePrint($fields) {
|
||||
function tableStructurePrint($fields, $tableStatus = null) {
|
||||
$args = func_get_args();
|
||||
return $this->applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user