diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 51c0aef5..9a56c4ac 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -260,7 +260,7 @@ if (!$columns) { if (!$result) { echo "

" . error() . "\n"; } else { - if ($jush == "mssql") { + if ($jush == "mssql" && $page) { $result->seek($limit * $page); } $email_fields = array();