]> git.joonet.de Git - adminer.git/commitdiff
No Action heading
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 23 Jul 2007 13:53:07 +0000 (13:53 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 23 Jul 2007 13:53:07 +0000 (13:53 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@231 7c3ca157-0c34-0410-bff1-cbf682f78f5c

select.inc.php

index 5b02cfe3976f1f1e70e1a4cfdc131548e79b442c..bed56988d0122e6ba9c53447ae01fb5617d404cc 100644 (file)
@@ -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>&nbsp;</th></tr></thead>\n";
                        }
                        echo "<tr>";
                        $unique_idf = '&amp;' . implode('&amp;', unique_idf($row, $indexes));