git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@231
7c3ca157-0c34-0410-bff1-
cbf682f78f5c
echo "<table border='1' cellspacing='0' cellpadding='2'>\n";
for ($j=0; $row = $result->fetch_assoc(); $j++) {
if (!$j) {
- echo "<thead><tr><th>" . implode("</th><th>", array_map('htmlspecialchars', array_keys($row))) . "</th><th>" . lang('Action') . "</th></tr></thead>\n";
+ echo "<thead><tr><th>" . implode("</th><th>", array_map('htmlspecialchars', array_keys($row))) . "</th><th> </th></tr></thead>\n";
}
echo "<tr>";
$unique_idf = '&' . implode('&', unique_idf($row, $indexes));