From 18d94cb33d20377b907be4dcb6b4d171307b8602 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 1 Jun 2024 15:54:53 -0400 Subject: [PATCH] Add Revision history to the bottom of each document --- client_document_details.php | 46 ++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/client_document_details.php b/client_document_details.php index 33fa3747..9f011a5b 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -70,6 +70,51 @@ $document_parent = intval($row['document_parent']);
+
+

Documentation Revision History

+ + + + + + + + + + + + + + + + + + +
RevisionDateDescriptionAuthor
@@ -263,7 +308,6 @@ $document_parent = intval($row['document_parent']); $revision_document_description = nullable_htmlentities($row['document_description']); $revision_document_created_by_name = nullable_htmlentities($row['user_name']); $revision_document_created_date = nullable_htmlentities($row['document_created_at']); - $revision_document_created_date = nullable_htmlentities($row['document_created_at']); ?>
">