From: Jakub Vrana Date: Tue, 12 Apr 2011 13:58:06 +0000 (-0700) Subject: Typo X-Git-Tag: v3.3.0~98 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=d7183def4fc80bd9120a4bc42a42bb566496470f;p=adminer.git Typo --- diff --git a/adminer/select.inc.php b/adminer/select.inc.php index a7d85d71..d30c2bad 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -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 "\n"; $page = $_GET["page"];