Fixed Shared links not showing in the client overview until a user opens it

This commit is contained in:
johnnyq 2025-02-20 11:39:01 -05:00
parent 15d7875369
commit 7628fc2643
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ $sql_shared_items = mysqli_query(
"SELECT * FROM shared_items "SELECT * FROM shared_items
WHERE item_client_id = $client_id WHERE item_client_id = $client_id
AND item_active = 1 AND item_active = 1
AND item_views != item_view_limit
AND item_expire_at > NOW()
ORDER BY item_created_at ASC ORDER BY item_created_at ASC
LIMIT 5" LIMIT 5"
); );