From d97300dd5a7ffd5e4b30659d55679c6f447eb8c7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 11 Apr 2013 08:46:37 -0700 Subject: [PATCH] MSSQL: Don't seek to top (bug #3610309) --- adminer/select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();