mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 13:54:51 +00:00
rm asset_mac - no longer in assets table
This commit is contained in:
@@ -702,7 +702,6 @@ if (isset($_GET['query'])) {
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
while ($row = mysqli_fetch_array($sql_assets)) {
|
while ($row = mysqli_fetch_array($sql_assets)) {
|
||||||
var_dump($row);
|
|
||||||
$client_id = intval($row['asset_client_id']);
|
$client_id = intval($row['asset_client_id']);
|
||||||
$client_name = nullable_htmlentities($row['client_name']);
|
$client_name = nullable_htmlentities($row['client_name']);
|
||||||
$asset_id = intval($row['asset_id']);
|
$asset_id = intval($row['asset_id']);
|
||||||
|
|||||||
Reference in New Issue
Block a user