mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
MSSQL: Don't seek to top (bug #3610309)
This commit is contained in:
@@ -260,7 +260,7 @@ if (!$columns) {
|
|||||||
if (!$result) {
|
if (!$result) {
|
||||||
echo "<p class='error'>" . error() . "\n";
|
echo "<p class='error'>" . error() . "\n";
|
||||||
} else {
|
} else {
|
||||||
if ($jush == "mssql") {
|
if ($jush == "mssql" && $page) {
|
||||||
$result->seek($limit * $page);
|
$result->seek($limit * $page);
|
||||||
}
|
}
|
||||||
$email_fields = array();
|
$email_fields = array();
|
||||||
|
Reference in New Issue
Block a user