From f5c347b123509c53cbda8c72204a6bdf6bc5dfa1 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Thu, 16 Jul 2009 09:07:04 +0000 Subject: [PATCH] Strip InnoDB comments git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@838 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- editor/include/adminer.inc.php | 1 + 1 file changed, 1 insertion(+) 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); }