Remove properties_num_columns from templates, not needed after #20227

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2026-03-17 12:43:10 +01:00
parent f3363a3f43
commit 1b0b27fc2b
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31

View File

@ -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,