rm asset_mac - no longer in assets table

This commit is contained in:
wrongecho 2025-04-04 15:08:04 +01:00
parent a20759f1f2
commit 5ebf797c90
1 changed files with 0 additions and 1 deletions

View File

@ -702,7 +702,6 @@ if (isset($_GET['query'])) {
<?php
while ($row = mysqli_fetch_array($sql_assets)) {
var_dump($row);
$client_id = intval($row['asset_client_id']);
$client_name = nullable_htmlentities($row['client_name']);
$asset_id = intval($row['asset_id']);