Small typo

This commit is contained in:
Marcus Hill 2022-02-19 20:06:02 +00:00
parent 6f6f5a0217
commit 53ac312c02
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if($item_type == "Document"){
echo "<br>";
echo $doc_content;
// Update file view count
// Update document view count
$new_item_views = $item_views + 1;
mysqli_query($mysqli, "UPDATE shared_items SET item_views = '$new_item_views' WHERE item_id = '$item_id'");