From 4a4924f4f6a66bb82965e5b15b0c74fb08e5bdb7 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 31 Oct 2023 13:30:38 -0400 Subject: [PATCH] Bring back editing of username and password for an asset in the asset details page --- client_asset_details.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client_asset_details.php b/client_asset_details.php index 2aaa20e2..04fe39e8 100644 --- a/client_asset_details.php +++ b/client_asset_details.php @@ -86,9 +86,9 @@ if (isset($_GET['asset_id'])) { $location_archived_display = "Archived - "; } - //$login_id = intval($row['login_id']); - //$login_username = nullable_htmlentities(decryptLoginEntry($row['login_username'])); - //$login_password = nullable_htmlentities(decryptLoginEntry($row['login_password'])); + $login_id = intval($row['login_id']); + $login_username = nullable_htmlentities(decryptLoginEntry($row['login_username'])); + $login_password = nullable_htmlentities(decryptLoginEntry($row['login_password'])); // Related Tickets Query $sql_related_tickets = mysqli_query($mysqli, "SELECT * FROM tickets