From 54911769c6a218df33ae1d6db15a952687ddd00d Mon Sep 17 00:00:00 2001 From: wrongecho <32306651+wrongecho@users.noreply.github.com> Date: Sat, 20 May 2023 19:50:48 +0100 Subject: [PATCH] Update ajax.php Tidy spacing --- ajax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ajax.php b/ajax.php index 09b90ab0..625fa529 100644 --- a/ajax.php +++ b/ajax.php @@ -143,8 +143,8 @@ if (isset($_GET['network_get_json_details'])) { // Lookup all client locations, as networks can be associated with any client location $locations_sql = mysqli_query( $mysqli, - "SELECT location_id, location_name FROM locations - WHERE location_client_id = '$client_id'" + "SELECT location_id, location_name FROM locations + WHERE location_client_id = '$client_id'" ); while ($row = mysqli_fetch_array($locations_sql)) { $response['locations'][] = $row;