diff --git a/clients.php b/clients.php index 60cfaab3..806feb46 100644 --- a/clients.php +++ b/clients.php @@ -26,8 +26,6 @@ $sql = mysqli_query( ORDER BY $sb $o LIMIT $record_from, $record_to "); -var_dump(mysqli_error($mysqli)); - $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?>