mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Small typo
This commit is contained in:
@@ -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'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user