This commit is contained in:
Marcos García de La Fuente 2017-03-11 19:24:05 +01:00
parent e9c7b02049
commit f15c6da887

View File

@ -201,7 +201,7 @@ if (empty($conf->global->MAIN_DISABLE_FULL_SCANLIST))
}
$sql.= $db->plimit($limit + 1, $offset);
echo $sql;
$resql=$db->query($sql);
if ($resql)
{