1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 11:34:10 +02:00

Remove table_comment function

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@995 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-08-21 17:01:22 +00:00
parent ea36c89a77
commit a8bf261ab7
4 changed files with 4 additions and 10 deletions

View File

@@ -32,7 +32,6 @@ class Adminer {
}
function tableName($tableStatus) {
table_comment($tableStatus);
return h(strlen($tableStatus["Comment"]) ? $tableStatus["Comment"] : $tableStatus["Name"]);
}