Strip InnoDB comments

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@838 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-07-16 09:07:04 +00:00
parent 39c0118234
commit f5c347b123

View file

@ -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);
}