MSSQL: Don't seek to top (bug #3610309)

This commit is contained in:
Jakub Vrana 2013-04-11 08:46:37 -07:00
parent 99221f3265
commit d97300dd5a

View file

@ -260,7 +260,7 @@ if (!$columns) {
if (!$result) {
echo "<p class='error'>" . error() . "\n";
} else {
if ($jush == "mssql") {
if ($jush == "mssql" && $page) {
$result->seek($limit * $page);
}
$email_fields = array();