mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
No Action heading
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@231 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -136,7 +136,7 @@ for (var i=0; <?php echo $i; ?> > i; i++) {
|
||||
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));
|
||||
|
Reference in New Issue
Block a user