mirror of
https://github.com/itflow-org/itflow
synced 2026-03-22 05:25:39 +00:00
Update ajax.php
Tidy spacing
This commit is contained in:
4
ajax.php
4
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
|
// Lookup all client locations, as networks can be associated with any client location
|
||||||
$locations_sql = mysqli_query(
|
$locations_sql = mysqli_query(
|
||||||
$mysqli,
|
$mysqli,
|
||||||
"SELECT location_id, location_name FROM locations
|
"SELECT location_id, location_name FROM locations
|
||||||
WHERE location_client_id = '$client_id'"
|
WHERE location_client_id = '$client_id'"
|
||||||
);
|
);
|
||||||
while ($row = mysqli_fetch_array($locations_sql)) {
|
while ($row = mysqli_fetch_array($locations_sql)) {
|
||||||
$response['locations'][] = $row;
|
$response['locations'][] = $row;
|
||||||
|
|||||||
Reference in New Issue
Block a user