From: jakubvrana Date: Thu, 16 Jul 2009 09:07:04 +0000 (+0000) Subject: Strip InnoDB comments X-Git-Tag: v3.0.0~689 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=f5c347b123509c53cbda8c72204a6bdf6bc5dfa1;p=adminer.git Strip InnoDB comments git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@838 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- 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); }