Bugfix Undefined variable: service_created_at

This commit is contained in:
Marcus Hill 2023-12-31 12:25:12 +00:00
parent 224aa00694
commit 9076012d2a
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
$service_importance = nullable_htmlentities($row['service_importance']);
$service_backup = nullable_htmlentities($row['service_backup']);
$service_notes = nullable_htmlentities($row['service_notes']);
//$service_created_at = nullable_htmlentities($row['service_created_at']);
$service_updated_at = nullable_htmlentities($row['service_updated_at']);
$service_review_due = nullable_htmlentities($row['service_review_due']);