mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 21:04:50 +00:00
Fixed Where clause in services
This commit is contained in:
@@ -128,7 +128,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||||||
LEFT JOIN logins ON service_assets.asset_id = logins.login_asset_id
|
LEFT JOIN logins ON service_assets.asset_id = logins.login_asset_id
|
||||||
LEFT JOIN networks ON assets.asset_network_id = networks.network_id
|
LEFT JOIN networks ON assets.asset_network_id = networks.network_id
|
||||||
LEFT JOIN locations ON assets.asset_location_id = locations.location_id
|
LEFT JOIN locations ON assets.asset_location_id = locations.location_id
|
||||||
AND service_id = $service_id"
|
WHERE service_id = $service_id"
|
||||||
);
|
);
|
||||||
|
|
||||||
// Associated logins
|
// Associated logins
|
||||||
|
|||||||
Reference in New Issue
Block a user