1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

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) { function adminer_table_name($row) {
table_comment($row);
return call_adminer('table_name', htmlspecialchars(strlen($row["Comment"]) ? $row["Comment"] : $row["Name"]), $row); return call_adminer('table_name', htmlspecialchars(strlen($row["Comment"]) ? $row["Comment"] : $row["Name"]), $row);
} }