]> git.joonet.de Git - adminer.git/commitdiff
Delete Last page link from Editor
authorJakub Vrana <jakub@vrana.cz>
Thu, 25 Apr 2013 04:16:54 +0000 (21:16 -0700)
committerJakub Vrana <jakub@vrana.cz>
Thu, 25 Apr 2013 04:16:54 +0000 (21:16 -0700)
editor/include/adminer.inc.php

index c31f327347ae34121166604a6315d9295b2ac0e6..44845e2d1e06403e0a70e442c6ac3003d54e2a33 100644 (file)
@@ -75,7 +75,6 @@ document.getElementById('username').focus();
                if ($set !== null) {
                        echo '<p class="tabs"><a href="' . h(ME . 'edit=' . urlencode($TABLE) . $set) . '">' . lang('New item') . "</a>\n";
                }
-               echo "<a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Last page') . "'>&gt;&gt;</a>\n";
        }
        
        function foreignKeys($table) {