diff --git a/web/custard.php b/web/custard.php index 7e159ca..5add5ec 100644 --- a/web/custard.php +++ b/web/custard.php @@ -355,7 +355,7 @@ $debug.='MAIN QUERY EXEC TIME: '.(microtime(true)-$qit).' sec.'.N; $itot=mysqli_num_rows($res); $debug.='RESULTS: '.$itot; //echo('
'.N); -$ipp=25; +$ipp=10;// istanze per pagina $if=$ipp*($p-1); if ($if>=$itot) { $if=0; @@ -377,6 +377,8 @@ if ($ptot>1) { $out.=''.N; $out.=''.N; echo($out); +} else { + echo(''.N); } mysqli_data_seek($res,$if); while ($if<$il && $row=mysqli_fetch_assoc($res)) {