Remove properties_num_columns from templates, not needed after #20227
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
f3363a3f43
commit
1b0b27fc2b
@ -383,7 +383,6 @@ class StructureController extends AbstractController
|
||||
'db' => $this->db,
|
||||
'db_is_system_schema' => $this->dbIsSystemSchema,
|
||||
'replication' => $replicaInfo['status'],
|
||||
'properties_num_columns' => $GLOBALS['cfg']['PropertiesNumColumns'],
|
||||
'is_show_stats' => $this->isShowStats,
|
||||
'is_show_db_details' => $this->isShowDbDetails,
|
||||
'show_charset' => $GLOBALS['cfg']['ShowDbStructureCharset'],
|
||||
@ -445,7 +444,6 @@ class StructureController extends AbstractController
|
||||
'show_superscript' => $showSuperscript,
|
||||
'already_favorite' => $this->checkFavoriteTable($currentTable['TABLE_NAME']),
|
||||
'num_favorite_tables' => $GLOBALS['cfg']['NumFavoriteTables'],
|
||||
'properties_num_columns' => $GLOBALS['cfg']['PropertiesNumColumns'],
|
||||
'is_show_db_details' => $this->isShowDbDetails,
|
||||
'limit_chars' => $GLOBALS['cfg']['LimitChars'],
|
||||
'show_charset' => $GLOBALS['cfg']['ShowDbStructureCharset'],
|
||||
@ -487,7 +485,6 @@ class StructureController extends AbstractController
|
||||
'db' => $this->db,
|
||||
'db_is_system_schema' => $this->dbIsSystemSchema,
|
||||
'replication' => $replicaInfo['status'],
|
||||
'properties_num_columns' => $GLOBALS['cfg']['PropertiesNumColumns'],
|
||||
'is_show_db_details' => $this->isShowDbDetails,
|
||||
'is_show_stats' => $this->isShowStats,
|
||||
'show_charset' => $GLOBALS['cfg']['ShowDbStructureCharset'],
|
||||
@ -513,7 +510,6 @@ class StructureController extends AbstractController
|
||||
'approx_rows' => $overallApproxRows,
|
||||
'num_favorite_tables' => $GLOBALS['cfg']['NumFavoriteTables'],
|
||||
'db' => $GLOBALS['db'],
|
||||
'properties_num_columns' => $GLOBALS['cfg']['PropertiesNumColumns'],
|
||||
'is_show_db_details' => $this->isShowDbDetails,
|
||||
'default_storage_engine' => $defaultStorageEngine,
|
||||
'dbi' => $this->dbi,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user