From 44d3cb3869a59276a1b3868867b77e025a30c5d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 6 Mar 2017 09:37:13 +0100 Subject: Simplify getting table collation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - remove not needed word Table from method name - fix code to handle errors Signed-off-by: Michal Čihař --- tbl_operations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbl_operations.php') diff --git a/tbl_operations.php b/tbl_operations.php index 03a58a4208..1893b7b076 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -224,7 +224,7 @@ if ($reread_info) { $tbl_storage_engine = $pma_table->getStorageEngine(); $show_comment = $pma_table->getComment(); } - $tbl_collation = $pma_table->getTableCollation(); + $tbl_collation = $pma_table->getCollation(); $table_info_num_rows = $pma_table->getTableNumRowInfo(); $row_format = $pma_table->getTableRowFormat(); $auto_increment = $pma_table->getAutoIncrementInfo(); -- cgit v1.2.3