From 08d62579b00c47c23042f4a6af2c139130d673c0 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Tue, 21 Jul 2009 16:12:49 +0000 Subject: [PATCH] Call table_name in Relations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@867 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 196f6d26..2cdb91ac 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -361,7 +361,7 @@ if (!$columns) { echo where_link($i, $column, $rows[$n][$val]); $i++; } - echo '">' . htmlspecialchars($table) . ''; //! adminer_table_name() + echo '">' . adminer_table_name(table_status($table)) . ''; } } }