From a3267f213b2411779359d127436590b7b5d8e38d Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 25 Feb 2023 19:04:10 +0000 Subject: [PATCH] Rm testing string --- clients.php | 2 -- 1 file changed, 2 deletions(-) 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()")); ?>