Turned caching back on for Ajax Modals Function Fix some PHP Error, update credential vars in assets and contacts

This commit is contained in:
johnnyq
2025-03-14 12:31:18 -04:00
parent 06c31e0808
commit eabfef22be
8 changed files with 52 additions and 48 deletions

View File

@@ -175,6 +175,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
} else {
$software_expire_display = "<span class='text-muted'>N/A</span>";
$tr_class = '';
}
$software_created_at = nullable_htmlentities($row['software_created_at']);