]> git.joonet.de Git - adminer.git/commitdiff
Save bytes
authorJakub Vrana <jakub@vrana.cz>
Wed, 22 Feb 2017 10:49:25 +0000 (11:49 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 22 Feb 2017 10:49:25 +0000 (11:49 +0100)
adminer/db.inc.php

index 7f09c8c866e3c9bdfc97609c53ce177530809de6..36c62737df2a4f8a4b9905ab294b18c8b54e77bf 100644 (file)
@@ -62,10 +62,9 @@ if ($adminer->homepage()) {
                                        search_tables();
                                }
                        }
+                       $doc_link = doc_link(array('sql' => 'show-table-status.html'));
                        echo "<table cellspacing='0' class='nowrap checkable' onclick='tableClick(event);' ondblclick='tableClick(event, true);'>\n";
-
                        echo '<thead><tr class="wrap"><td><input id="check-all" type="checkbox" onclick="formCheck(this, /^(tables|views)\[/);" class="jsonly">';
-                       $doc_link = doc_link(array('sql' => 'show-table-status.html'));
                        echo '<th>' . lang('Table');
                        echo '<td>' . lang('Engine') . doc_link(array('sql' => 'storage-engines.html'));
                        echo '<td>' . lang('Collation') . doc_link(array('sql' => 'charset-mysql.html'));