diff --git a/editor/include/adminer.inc.php b/editor/include/adminer.inc.php index 6682ef5c..a5a113d8 100644 --- a/editor/include/adminer.inc.php +++ b/editor/include/adminer.inc.php @@ -13,6 +13,7 @@ function adminer_database() { } function adminer_table_name($row) { + table_comment($row); return call_adminer('table_name', htmlspecialchars(strlen($row["Comment"]) ? $row["Comment"] : $row["Name"]), $row); }