diff --git a/client_document_details.php b/client_document_details.php index fd148250..1fa57a30 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -24,6 +24,8 @@ $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_folder_id = intval($row['document_folder_id']); +$document_parent = intval($row['document_parent']); + ?> @@ -59,8 +61,7 @@ $document_folder_id = intval($row['document_folder_id']);
-
Related
-
+
Related
Files
- +