diff --git a/client_document_details.php b/client_document_details.php index 80b2de66..eacc4c0d 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -23,6 +23,7 @@ $document_name = nullable_htmlentities($row['document_name']); $document_content = $purifier->purify($row['document_content']); $document_created_at = nullable_htmlentities($row['document_created_at']); $document_updated_at = nullable_htmlentities($row['document_updated_at']); +$document_archived_at = nullable_htmlentities($row['document_archived_at']); $document_folder_id = intval($row['document_folder_id']); $document_parent = intval($row['document_parent']); @@ -41,7 +42,7 @@ $document_parent = intval($row['document_parent']); -