From b9e37d405231e268282a989229aed26f02d83194 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Tue, 8 Oct 2024 23:10:27 +0100 Subject: [PATCH] Tidying - Move more things to new permissions system - Deduplicate assets post logic into model - Swap out some "SELECT *" queries when only a couple of rows are actually needed --- client_services.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client_services.php b/client_services.php index 18e3b81c..8026b389 100644 --- a/client_services.php +++ b/client_services.php @@ -28,7 +28,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));

Services

- = 2) { ?> + = 2) { ?>
@@ -123,7 +123,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Edit - = 3) { ?> + = 3) { ?> Delete