diff --git a/client_document_details.php b/client_document_details.php index 672b70dd..11e3612b 100644 --- a/client_document_details.php +++ b/client_document_details.php @@ -104,14 +104,15 @@ $document_parent = intval($row['document_parent']); while ($row = mysqli_fetch_array($sql_files)) { $file_id = intval($row['file_id']); + $folder_id = intval($row['file_folder_id']); $file_name = nullable_htmlentities($row['file_name']); $linked_files[] = $file_id; ?>
  • - - + +
  • @@ -143,8 +144,8 @@ $document_parent = intval($row['document_parent']); ?>
  • - - + +
  • @@ -161,7 +162,7 @@ $document_parent = intval($row['document_parent']);