mirror of
https://github.com/itflow-org/itflow
synced 2026-03-18 19:54:51 +00:00
Small typo
This commit is contained in:
@@ -69,7 +69,7 @@ if($item_type == "Document"){
|
|||||||
echo "<br>";
|
echo "<br>";
|
||||||
echo $doc_content;
|
echo $doc_content;
|
||||||
|
|
||||||
// Update file view count
|
// Update document view count
|
||||||
$new_item_views = $item_views + 1;
|
$new_item_views = $item_views + 1;
|
||||||
mysqli_query($mysqli, "UPDATE shared_items SET item_views = '$new_item_views' WHERE item_id = '$item_id'");
|
mysqli_query($mysqli, "UPDATE shared_items SET item_views = '$new_item_views' WHERE item_id = '$item_id'");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user