mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
Optimize table_status()
This commit is contained in:
@@ -38,7 +38,7 @@ if ($_POST && !$error && !isset($_GET["select"])) {
|
||||
}
|
||||
}
|
||||
|
||||
$table_name = $adminer->tableName(table_status($TABLE));
|
||||
$table_name = $adminer->tableName(table_status($TABLE, true));
|
||||
page_header(
|
||||
($update ? lang('Edit') : lang('Insert')),
|
||||
$error,
|
||||
|
Reference in New Issue
Block a user