]> git.joonet.de Git - adminer.git/commitdiff
Typo
authorJakub Vrana <jakub@vrana.cz>
Tue, 12 Apr 2011 13:58:06 +0000 (06:58 -0700)
committerJakub Vrana <jakub@vrana.cz>
Tue, 12 Apr 2011 13:58:06 +0000 (06:58 -0700)
adminer/select.inc.php

index a7d85d71dd1c54f300aef5a881b31cb8c173c236..d30c2bad696c2b010b68f1f73dd79581d413b4e4 100644 (file)
@@ -207,7 +207,7 @@ if (!$columns) {
        $adminer->selectOrderPrint($order, $columns, $indexes);
        $adminer->selectLimitPrint($limit);
        $adminer->selectLengthPrint($text_length);
-       $adminer->selectActionPrint($text_length);
+       $adminer->selectActionPrint();
        echo "</form>\n";
        
        $page = $_GET["page"];